commit ac3e43176603f34f78124419d18e06567457c324 parent ab1882cdc324ae7d61d3d040949f468353176720 Author: Anselm R Garbe <anselm@garbe.us> Date: Mon, 3 Jul 2017 18:40:36 +0200 fix default footer Diffstat:
M | tpl/master.tpl | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tpl/master.tpl b/tpl/master.tpl @@ -13,6 +13,12 @@ <div id="menu"> <span class="left"> +% if(~ $site 'ev.suckless.org') { + <a class="thisSite" href="http://ev.suckless.org">e.V.</a> +% } +% if not { + <a href="http://ev.suckless.org">e.V.</a> +% } % if(~ $site 'suckless.org') { <a class="thisSite" href="http://suckless.org">home</a> % } @@ -61,12 +67,6 @@ % if not { <a href="http://libs.suckless.org">libs</a> % } -% if(~ $site 'ev.suckless.org') { - <a class="thisSite" href="http://ev.suckless.org">e.V.</a> -% } -% if not { - <a href="http://ev.suckless.org">e.V.</a> -% } </span> <span class="right"> <a href="http://dl.suckless.org">download</a> @@ -97,7 +97,7 @@ <div id="footer"> <span class="right"> - © 2006-2016 suckless.org community | <a href="http://garbe.us/Contact">Impressum</a> + © 2006-2017 suckless.org community | <a href="http://ev.suckless.org/impressum">Impressum</a> </span> </div> </body>