Introduction
Introduction Statistics Contact Development Disclaimer Help
partial fixes - 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 <[email protected]>
Date: Tue, 19 Apr 2011 10:23:51 +0000
partial fixes
Diffstat:
M bin/werc.rc | 4 ++--
C lib/default_master.tpl -> lib/defa… | 0
M lib/default_master.tpl | 9 ---------
D pub/default_favicon.ico | 0
M pub/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;
}
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.