- Added next and previous day at end of page.
This commit is contained in:
parent
fda654b5e0
commit
cd48801b0d
1 changed files with 2 additions and 1 deletions
|
@ -224,8 +224,9 @@ class HtmlEventHandler(EventHandler):
|
|||
if self.lastComic is not None:
|
||||
self.html.write(u'</ul>\n')
|
||||
self.html.write(u'''</ul>
|
||||
<a href="%s">Previous Day</a> | <a href="%s">Next Day</a>
|
||||
</body>
|
||||
</html>''')
|
||||
</html>''') % (yesterdayUrl, tomorrowUrl)
|
||||
self.html.close()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue