swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 40d14ef5b529b291dc2c9f798d98aa3a30fa6cec
parent d50fa351ae102dec48c03ea43be77e16f72b39ed
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Tue, 19 Apr 2011 10:23:51 +0000

partial fixes
Diffstat:
Mbin/werc.rc | 4++--
Clib/default_master.tpl -> lib/default_master-full.tpl | 0
Mlib/default_master.tpl | 9---------
Dpub/default_favicon.ico | 0
Mpub/style/style.css | 4++--
5 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/bin/werc.rc b/bin/werc.rc @@ -117,8 +117,8 @@ fn werc_exec_request { # XXX Is this never true? because we set pageTitle earlier based on url. if(~ $"pageTitle '') pageTitle=$"siteTitle' '$"siteSubTitle -# if not -# pageTitle=$"pageTitle' | '$"siteTitle' '$"siteSubTitle + if not + pageTitle=$"pageTitle' | '$"siteTitle' '$"siteSubTitle for(h in $extraHttpHeaders) echo $h diff --git a/lib/default_master.tpl b/lib/default_master-full.tpl diff --git a/lib/default_master.tpl b/lib/default_master.tpl @@ -1,10 +1,3 @@ -<!-- - <div id="offsite"> - <a class="current" href="http://garbe.us">Home</a> - <a href="http://blog.garbe.us">Blog</a> - </div> ---> - <div id="innerbody"> <div id="header"> @@ -41,5 +34,3 @@ </div> </div> -</body> -</html> diff --git a/pub/default_favicon.ico b/pub/default_favicon.ico Binary files differ. diff --git a/pub/style/style.css b/pub/style/style.css @@ -13,7 +13,7 @@ a { } a:hover { - color: #039; + color: #666; } #innerbody { @@ -30,7 +30,7 @@ a:hover { padding: 0.7ex; } -#header a, a:hover { +#header a { color: #666; }