From: Michael Stapelberg Date: Sun, 24 Jul 2011 11:10:09 +0000 (+0200) Subject: fix URLs in atom.xml X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7bf052461ed3c34dc0e167598da184e9b7da14b;p=i3%2Fi3.github.io fix URLs in atom.xml --- diff --git a/_config.py b/_config.py index 6f467e0..ab60b4c 100644 --- a/_config.py +++ b/_config.py @@ -1,5 +1,6 @@ blog = controllers.blog blog.enabled = True +site.url = "http://i3wm.org/" blog.path = "/blog" blog.name = "i3 - improved tiling wm - blog" blog.description = "News about the i3 window manager" diff --git a/_templates/atom.mako b/_templates/atom.mako index 288061d..867e723 100644 --- a/_templates/atom.mako +++ b/_templates/atom.mako @@ -11,7 +11,7 @@ Blogofile - ${bf.config.blog.url}/feed/atom/ + ${bf.config.blog.url}/atom.xml % for post in posts[:10]: