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 2318cfbab37c52a16f25869b389393be8596ea9b
parent 9e76771f0d8d07c889b84bc1779399f145367135
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon, 13 Jun 2022 14:49:29 +0200

test wikilink in template done

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