aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-09-01 10:53:15 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-09-01 10:53:15 +0200
commit44a553fb13c37aeacb3b93cebfd3c154f5eaf93a (patch)
tree411aee5d1f25bf49a8c2e0a1dea8a71d97a85f46 /pelicanconf.py
parent4adbedd92a6c34053ca7afca6abf4765a08a144a (diff)
Update the template to the last Flex theme. Added the gpg public key
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 9026f97..47af293 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -16,8 +16,8 @@ DEFAULT_LANG = u'fr'
# ('You can modify those links in your config file', '#'),)
# Social widget
-#SOCIAL = (('You can add links in your config file', '#'),
-# ('Another social link', '#'),)
+SOCIAL = (('key', '/resources/pubkey.asc')
+ ,)
FEED_DOMAIN = SITEURL
FEED_RSS = 'feed'