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 4c6d640a01a989b75617681f575f626a3a2feb9e
parent 67a36ee2f7c62f8d9baf7771d66641d78f3d8a4b
Author: Brendan Howell <brendan@howell-ersatz.com>
Date:   Fri, 28 Mar 2025 15:42:11 +0100

add link to CERCAgit add templates/page.tmpl !

Diffstat:
Mtemplates/page.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -193,7 +193,7 @@ Links: </TMPL_IF> <div class="bottom_menu"> -<a href="<TMPL_VAR BASEURL>about/">About</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="http://bbs.permacomputing.net">Forum</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> <TMPL_IF EDITURL> | <a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a> </TMPL_IF>