Mercurial > hg > Blog
changeset 47:20b38f558fee
add a link to github
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 28 Oct 2014 15:42:34 +0100 |
parents | ea8a767f5111 |
children | ef688010ddb5 |
files | pelicanconf.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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