partial fixes - swerc - anselm's simpler werc fork
(HTM) git clone git://git.suckless.org/swerc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 40d14ef5b529b291dc2c9f798d98aa3a30fa6cec
(DIR) parent d50fa351ae102dec48c03ea43be77e16f72b39ed
(HTM) Author: Anselm R Garbe <anselm@garbe.us>
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(-)
---
(DIR) 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
(DIR) diff --git a/lib/default_master.tpl b/lib/default_master-full.tpl
(DIR) 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>
(DIR) diff --git a/pub/default_favicon.ico b/pub/default_favicon.ico
Binary files differ.
(DIR) 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;
}