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 592770afc23f1ad3f2f5cefc9a1b713e8166a393
parent dbabcb0d14cf0b0464571dc53f5e67da92a30053
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon, 13 Jun 2022 14:20:17 +0200

test wikilink in template 7

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

diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -1,4 +1,3 @@ -[[about]] <!DOCTYPE html> <TMPL_IF HTML_LANG_CODE><html lang="<TMPL_VAR HTML_LANG_CODE>" dir="<TMPL_VAR HTML_LANG_DIR>" xmlns="http://www.w3.org/1999/xhtml"><TMPL_ELSE><html xmlns="http://www.w3.org/1999/xhtml"></TMPL_IF> <head> @@ -192,14 +191,8 @@ Links: <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> -[[about]] - <div class="bottom_menu"> - -[[about]] -[[!template id=note text="""Here is the text to insert into my note."""]] -[[about|test]] -[[about]] | <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>