commit 727c549588fc252013744758d054be4cb455744b parent 65a3e337d0d4c2d1d15893627e4a010b4190d743 Author: Brendan Howell <brendan@howell-ersatz.com> Date: Thu, 27 Mar 2025 15:02:19 +0100 test commit Diffstat:
| M | templates/page.tmpl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -192,7 +192,7 @@ Links: </TMPL_IF> <div class="bottom_menu"> -<a href="<TMPL_VAR BASEURL>about/">About</a> | <a href="<TMPL_VAR BASEURL>license/">LICENSE</a> | <a href="<TMPL_VAR BASEURL>terms/">Terms</a> | <span class="last_edit">Last edit <TMPL_VAR MTIME></span> +<a href="<TMPL_VAR BASEURL>about/">About</a> | <a href="<TMPL_VAR BASEURL>license/">LICENSE</a> | <a href="<TMPL_VAR BASEURL>terms/">Terms</a> | <span class="last_edit">Last edit <TMPL_VAR MTIME></span> . <!-- Created <TMPL_VAR CTIME> --> </div>