From 63059208c882525c99a6b0e1484148deb9f1ba1b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Aug 2014 20:48:44 +0200 Subject: Changed base url and url scheme * base url is now a local webserver for more realistic testing ** i.e. otherwise the atom feed is not served correctly * article, page, tag and stream pages are now generated as "index.html" inside appropriately named directories ** this is needed for pretty urls that actually work --- utility/master.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utility') diff --git a/utility/master.xsl b/utility/master.xsl index cda2575..c682072 100644 --- a/utility/master.xsl +++ b/utility/master.xsl @@ -36,7 +36,7 @@ - <xsl:call-template name="title-text"/> @ /home/adrian + <xsl:call-template name="title-text"/> @ <xsl:value-of select="$root/meta/title"/> @@ -45,7 +45,7 @@