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 d5b506e2cb2b436174bd72198b899d0e133134f6
parent 3ef075de0bd7cbc752c0ba12eed5b08bed56332d
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon, 13 Jun 2022 14:00:28 +0200

test wikilink in template 3

Diffstat:
Mtemplates/page.tmpl | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -192,7 +192,8 @@ Links: </TMPL_IF> <div class="bottom_menu"> -[[<TMPL_VAR about>]] | <a href="/contact/">Contact</a> | <a href="/license/">LICENSE</a> | <span class="last_edit">Last edit <TMPL_VAR MTIME></span> +[[about]] +[[about]] | <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>