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 bdf32092853738412c5cb632bb6513f6f7929ecf
parent e0975bb5568ef9ed6c3dd19db752dab1a6b33bbc
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Fri, 15 Dec 2023 12:35:42 +0100

new bottom menu

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