permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 59e09e4690ffb0a33587e4244bdaa79f8186c67d
parent 6ca54857fd46495f34b5cc9a07538e13cd2d877a
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon, 13 Jun 2022 14:25:57 +0200

test wikilink in template 9

Diffstat:
Mtemplates/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="/contact/">Contact</a> | <a href="/license/">LICENSE</a> | <span class="last_edit">Last edit <TMPL_VAR MTIME></span> +<a href="<TMPL_VAR BASEURL>/about/">About</a> | <a href="/contact/">Contact</a> | <a href="/license/">LICENSE</a> | <span class="last_edit">Last edit <TMPL_VAR MTIME></span> <!-- Created <TMPL_VAR CTIME> --> </div>