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 88f754124e43345252f7e3046a0508ba2916b48f
parent d5b506e2cb2b436174bd72198b899d0e133134f6
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon, 13 Jun 2022 14:07:29 +0200

test wikilink in template 4

Diffstat:
Mtemplates/page.tmpl | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -191,8 +191,13 @@ Links: <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> +[[about]] + <div class="bottom_menu"> + [[about]] + +[[about|test]] [[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>