Introduction
Introduction Statistics Contact Development Disclaimer Help
fix default footer - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit ac3e43176603f34f78124419d18e06567457c324
parent ab1882cdc324ae7d61d3d040949f468353176720
Author: Anselm R Garbe <[email protected]>
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">
- &copy; 2006-2016 suckless.org community | <a href="http://garbe.us/Con…
+ &copy; 2006-2017 suckless.org community | <a href="http://ev.suckless.…
</span>
</div>
</body>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.