mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 01:38:14 -04:00

* Fix centered-div class usage in index.templ There was a redundant <center> tag around a div with centered-div class. Well, not so redundant because a typo in the class attribute caused it to not apply. Removed another <center> tag and replaced by a div.centered-div for consistency. Signed-off-by: Jesús Martínez Novo <martineznovo@gmail.com> * Fix centered-div class usage in index.templ (continuation) Template needed to be compiled into go code... --------- Signed-off-by: Jesús Martínez Novo <martineznovo@gmail.com>