made ev linkage less prominent, removed distinction between git.sta.li and git.… | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit ee774cef4463598a19eefc54343c059e6ee7c896 | |
parent 2ce21d6ed87aad2b1c11ef18f5fe2314a664bbf3 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Thu, 27 Jul 2017 00:58:26 +0200 | |
made ev linkage less prominent, removed distinction between git.sta.li | |
and git.suckless.org | |
Diffstat: | |
M tpl/master.tpl | 8 +------- | |
1 file changed, 1 insertion(+), 7 deletions(-) | |
--- | |
diff --git a/tpl/master.tpl b/tpl/master.tpl | |
@@ -13,12 +13,6 @@ | |
<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> | |
% } | |
@@ -71,7 +65,7 @@ | |
<span class="right"> | |
<a href="http://dl.suckless.org">download</a> | |
<a href="http://git.suckless.org">source</a> | |
- <a href="http://git.sta.li">stali</a> | |
+ <a href="http://ev.suckless.org">e.V.</a> | |
</span> | |
</div> | |