From c4b4c138c27656817d795d101b4dccdcb26a35e3 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 10 Dec 2009 15:09:51 +0100 Subject: Removed links to RSS/Atom images --- blogthon.cgi | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/blogthon.cgi b/blogthon.cgi index 2b70c6e..e257612 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -330,19 +330,13 @@ else: # RSS feed print '
' - if os.path.exists('styles/' + style.replace('.css', '') + '_img/rss.jpg'): - print ' ' - else: - print ' rss' + print ' rss' print '
' print '' # Atom feed print '
' - if os.path.exists('styles/' + style.replace('.css', '') + '_img/atom.jpg'): - print ' atom' + print ' atom' print '
' print '' -- cgit v1.2.3