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 30f1e74e66d59c0d28f7e42789b3b24be7e665df
parent f053d27418040f213367817458044af88c25a87b
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Wed,  1 Jun 2022 16:25:35 +0200

license in pseudo footer

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="pagedate"> -Hello :) | Last edited <TMPL_VAR MTIME> +<a href="/license/">CC0</a> | Last edited <TMPL_VAR MTIME> <!-- Created <TMPL_VAR CTIME> --> </div>