constance

Scripts for generating (an earlier obsolete version of) my personal web site
git clone https://code.djc.id.au/git/constance/
commit e63c3d7b1ee19de07550d8de42388088d76b2145
parent 7a8b014812947e913c6986dc7f3f70d75895a780
Author: Dan Callaghan <djc@djc.id.au>
Date:   Tue, 17 Aug 2010 19:49:14 +1000

oops, typo in tag hrefs

Diffstat:
Mtemplates/tags/tag.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/tags/tag.html b/templates/tags/tag.html
@@ -16,7 +16,7 @@ from viewutils import markdown, mini_markdown, tag_list
     <h1>“${tag}” tag</h1>
 
     <div class="item blog-entry-stub" py:for="item in sorted(items, key=lambda e: e.publication_date, reverse=True)">
-        <h3 class="entry-title"><a href="${item.id}">${item.title}</a></h3>
+        <h3 class="entry-title"><a href="/blog/${item.id}">${item.title}</a></h3>
         <div class="date published">${item.publication_date.strftime(str('%-1d %b %Y'))}</div>
     </div>