commit c581d41bd985b0c8b14cefba4c73e3bc95261377
parent e227dd20aaf2c177619b5b409ae693cff9d6ec4b
Author: Brendan Howell <brendan@howell-ersatz.com>
Date: Thu, 27 Mar 2025 16:29:50 +0100
try turning off edit and actions nav
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/page.tmpl b/templates/page.tmpl
@@ -19,7 +19,7 @@
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
</TMPL_IF>
-<TMPL_UNLESS DYNAMIC>
+<!-- TMPL_UNLESS DYNAMIC>
<TMPL_IF EDITURL>
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />
</TMPL_IF>
@@ -35,7 +35,7 @@
<link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
</TMPL_IF>
</TMPL_LOOP>
-</TMPL_UNLESS>
+</TMPL_UNLESS -->
</head>
<body>