From: Vladimír Vondruš Date: Thu, 2 Nov 2017 19:44:21 +0000 (+0100) Subject: site: put my e-mail to the footer. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=88b02c83f75388964795a665a76624e4261dce5b;p=blog.git site: put my e-mail to the footer. Yay! More spam! --- diff --git a/site/pelicanconf.py b/site/pelicanconf.py index 91496fa4..1b11e12a 100644 --- a/site/pelicanconf.py +++ b/site/pelicanconf.py @@ -74,6 +74,7 @@ LINKS_FOOTER1 = [('m.css', '/'), ('Why?', 'why/'), ('GitHub', 'https://github.com/mosra/m.css'), ('Gitter', 'https://gitter.im/mosra/m.css'), + ('E-mail', 'mailto:mosra@centrum.cz'), ('Twitter', 'https://twitter.com/czmosra')] LINKS_FOOTER2 = [('CSS', 'css/'),