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 7cc6875b00b8f2129d266c2ce2497d3efacf257b
parent 94a5ee056e4a020a77a719d4075cc3289babf7f0
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Fri, 15 Dec 2023 12:38:23 +0100

contact will be moved to about

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>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> +<a href="<TMPL_VAR BASEURL>about/">About</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>