From 3ae079e92bfa02656179e5933937c9103f8be48f Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 22 Jul 2008 02:11:53 +0000 Subject: [PATCH] Make content a full URL by default (as Gavin had it in his broken patch, too) since it could be ambigous otherwise. Additionally, feed parsers can use the value it as permanent link and it is a good example on how to implement links to articles without the date in the URL. --- blosxom.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blosxom.cgi b/blosxom.cgi index 2e6181f..3ebe972 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -793,7 +793,7 @@ rss story $title rss story $dw, $da $mo $yr $ti:00 $utc_offset rss story $url/$yr/$mo_num/$da#$fn rss story $path -rss story $path/$fn +rss story $url$path/$fn rss story $body rss story -- 2.30.2