From: Vladimír Vondruš Date: Mon, 23 Oct 2017 14:31:12 +0000 (+0200) Subject: Add Gitter link to footer. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=731a54b11fae22d1278e65527eac68a105c31ce6;p=blog.git Add Gitter link to footer. --- diff --git a/site/pelicanconf.py b/site/pelicanconf.py index a96ee105..d232f542 100644 --- a/site/pelicanconf.py +++ b/site/pelicanconf.py @@ -69,6 +69,7 @@ LINKS_NAVBAR2 = [('Pelican plugins', '/plugins/', 'plugins', [ LINKS_FOOTER1 = [('m.css', '/'), ('Why?', '/why/'), ('GitHub', 'https://github.com/mosra/m.css'), + ('Gitter', 'https://gitter.im/mosra/m.css'), ('Twitter', 'https://twitter.com/czmosra')] LINKS_FOOTER2 = [('CSS', '/css/'),