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 d81c73a9a45b838b64b8d3e2247fa9f06188ee1f
parent d69a440ead22342dfae2a0baca305a5c2415e861
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Thu,  2 Jan 2025 00:28:05 +0100

wiki: remove link to contrib until governance sorted out

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>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>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>