diff --git a/blogthon.cgi b/blogthon.cgi index 1554fd8..6e02edb 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# This program is free software. It comes without any warranty, to +s program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it # and/or modify it under the terms of the Do What The Fuck You Want # To Public License, Version 2, as published by Sam Hocevar. See @@ -432,7 +430,7 @@ else: content.close() entry_counter += 1 - if not month_display and not post_display and not allentries_display and entry_counter >= entries_per_page: # Display pagelist + if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist print '
View all entries...
' print ' ' @@ -441,3 +439,4 @@ else: print '' # vim: set tw=0 ts=4: + diff --git a/styles/blogthon.css b/styles/blogthon.css index 46d4007..958d985 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -7,7 +7,6 @@ body { font-size: 12px; margin: 0px; min-width: 800px; - background-image: url("blogthon_img/background.jpg"); } img {