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 9e76771f0d8d07c889b84bc1779399f145367135
parent 07f230acc86011aedc6e5f0b36ef985dc726170a
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon, 13 Jun 2022 14:40:39 +0200

test wikilink in template 12

Diffstat:
Mtemplates/page.tmpl | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -191,10 +191,8 @@ Links: <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> -<TMPL_VAR BLABLABLA DEFAULT=[[about]]> - <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>