commit f360a0b6fea7cf5e7c015967b0ab929abe58d640 parent 7ce70d24c072f3cef5a2e11f1421734cf6ce57ba Author: ugrnm <ultrageranium@bleu255.com> Date: Wed, 8 Jun 2022 12:00:31 +0200 distinct style for bottom menu Diffstat:
| M | templates/page.tmpl | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -191,8 +191,8 @@ Links: <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> -<div class="pagedate"> -<a href="/about/">About</a> | <a href="/contact/">Contact</a> |<a href="/license/">LICENSE</a> | Last edit <TMPL_VAR MTIME> +<div class="bottom_menu"> +<a href="/about/">About</a> | <a href="/contact/">Contact</a> |<a href="/license/">LICENSE</a> | <span class="pagedate">Last edit <TMPL_VAR MTIME></span> <!-- Created <TMPL_VAR CTIME> --> </div>