[ home | blog home | recent activity ]
It occurred to me that adding a link to category feeds was pretty trivial, so I figured I'd give it a try. It's a bit cluttered to look at (I'm talking about the Categories section on the right hand side there), but ... it's functional.
In case anyone was wondering what my category properties looked like, they're like this:
# category plugin properties py["category_start"] = "" py["category_begin"] = "" py["category_item"] = r'%(indent)s<a href="%(base_url)s/' + \ r'%(fullcategory_urlencoded)sindex.%(flavour)s">%(category)s</a>' + \ r' [<a href="%(base_url)s/%(fullcategory_urlencoded)sindex.xml">atom</a>]' + \ r' (%(count)d)<br />' py["category_end"] = "" py["category_finish"] = ""
Comments:
Post a new comment:
Three things:
If you can't for some reason post a comment, send me an email: willg at bluesock dot org.
pyblosxom::1.5-dev git-master
Copyright 1996 to 2012, Will Guaraldi Kahn-Greene, under the Creative Commons BY-SA 3.0 license

Will's Blog by William Kahn-Greene is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.