From d11ca4ffc9ec5a896d974191dd449eeb9820c17c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 27 Nov 2019 19:25:52 +0100 Subject: logbot.py: add link to "latest" --- logbot.py | 1 + 1 file changed, 1 insertion(+) 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, 'latest (bookmarkable)') # Append channel to log index append_line("%s/index.html" % LOG_FOLDER, '%s' % (channel.replace("#", "%23"), channel_title)) -- cgit v1.2.3