# HG changeset patch # User Dirk Olmes # Date 1414507354 -3600 # Node ID 20b38f558fee4204a97fa1cf3560dd9469546571 # Parent ea8a767f51113967d5f1470bd0da3fd02e9899e9 add a link to github diff -r ea8a767f5111 -r 20b38f558fee pelicanconf.py --- a/pelicanconf.py Thu Oct 02 04:19:34 2014 +0200 +++ b/pelicanconf.py Tue Oct 28 15:42:34 2014 +0100 @@ -42,8 +42,9 @@ # ('You can modify those links in your config file', '#'),) # Social widget -SOCIAL = () #('You can add links in your config file', '#'), -# ('Another social link', '#'),) +SOCIAL = ( + ('dirk-olmes', 'https://github.com/dirk-olmes'), +) DEFAULT_PAGINATION = 10