summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlogbot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/logbot.py b/logbot.py
index 23067dd..59ff280 100755
--- a/logbot.py
+++ b/logbot.py
@@ -329,6 +329,7 @@ class Logbot(SingleServerIRCBot):
# Create channel index
write_string("%s/index.html" % chan_path, html_header.replace("%title%", "%s | Logs" % channel_title))
+ append_line("%s/index.html" % chan_path, '<a href="latest.html">latest (bookmarkable)</a>')
# Append channel to log index
append_line("%s/index.html" % LOG_FOLDER, '<a href="%s/index.html">%s</a>' % (channel.replace("#", "%23"), channel_title))