ref: 83f6fdb7c57da522e5bb763696ab16966827273e
parent: 2cdc75633dfcc76ef49feab77f7fddff583963be
author: Uriel <u@berlinblue.org>
date: Mon Jan 18 19:30:24 EST 2010
By default don't include the site's title | sub-title in the <title> of pages from which we were able to extract a title.
--- a/bin/werc.rc
+++ b/bin/werc.rc
@@ -117,8 +117,8 @@
# 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
--
⑨