Several changes:

* Removed the branding
This commit is contained in:
Adrian Vondendriesch 2009-06-01 03:31:08 +02:00
parent 485b4fe81a
commit b0cbe35521
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,4 @@
#!/usr/bin/python s program is free software. It comes without any warranty, to
# This program is free software. It comes without any warranty, to
# the extent permitted by applicable law. You can redistribute it # 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 # 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 # To Public License, Version 2, as published by Sam Hocevar. See
@ -432,7 +430,7 @@ else:
content.close() content.close()
entry_counter += 1 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 ' <div class="entry"><a href=?a=1>View all entries...</a></div>' print ' <div class="entry"><a href=?a=1>View all entries...</a></div>'
print ' </div>' print ' </div>'
@ -441,3 +439,4 @@ else:
print '</html>' print '</html>'
# vim: set tw=0 ts=4: # vim: set tw=0 ts=4:

View File

@ -7,7 +7,6 @@ body {
font-size: 12px; font-size: 12px;
margin: 0px; margin: 0px;
min-width: 800px; min-width: 800px;
background-image: url("blogthon_img/background.jpg");
} }
img { img {