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 12e3cc90a1a3eddbfa142bbb2cb5d9617a0601cf
parent 031f482a9b8d4abba150e09ef0fd029095e03092
Author: Aymeric Mansoux <aymeric@bleu255.com>
Date:   Wed,  1 Jun 2022 16:10:14 +0200

Merge branch 'master' of /var/www/git.bleu255.com/repos/permacomputing

Diffstat:
Mtemplates/page.tmpl | 16+---------------
1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl @@ -191,22 +191,8 @@ Links: <TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> -<TMPL_IF COPYRIGHT> -<div class="pagecopyright"> -<a name="pagecopyright"></a> -<TMPL_VAR COPYRIGHT> -</div> -</TMPL_IF> - -<TMPL_IF LICENSE> -<div class="pagelicense"> -<a name="pagelicense"></a> -License: <TMPL_VAR LICENSE> -</div> -</TMPL_IF> - <div class="pagedate"> -Last edited <TMPL_VAR MTIME> +Hello :) | Last edited <TMPL_VAR MTIME> <!-- Created <TMPL_VAR CTIME> --> </div>