aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-03-25 14:22:56 +0100
committerStefan Ritter <xeno@thehappy.de>2009-03-25 14:22:56 +0100
commita034b1c737cde983cad64762d81b2275657770dd (patch)
tree132e82ac96e2153a5e7b24d3ce64b8a9c7b3cf02 /blogthon.cgi
parentd285703e7cbb4a5c10e01dc9b50141c831565300 (diff)
Feeds:
* Added graphics for rss and atom * Added links below title to rss and atom
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index 376e3dd..58411ae 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -149,6 +149,10 @@ else:
print ' </head>'
print ' <body>'
print ' <div class="title"><a href="?" class="title">' + blog_title + '</a></div>'
+ print ' <div class="feeds">'
+ print ' <a href="?feed=rss"><img src="styles/images/rss.png" alt="rss"></a>'
+ print ' <a href="?feed=atom"><img src="styles/images/atom.png" alt="atom"></a>'
+ print ' </div>'
print ' <div class="screen"><div class="sidebar">'