Mercurial > public > pelican-blog
comparison pelicanconf.py @ 18:a2907243a98a
Remove linkedin link.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 30 Jul 2014 20:16:53 -0500 |
parents | 4ed3f207aa65 |
children | a893739e9587 |
comparison
equal
deleted
inserted
replaced
17:fa54eda9b809 | 18:a2907243a98a |
---|---|
28 # Social widget | 28 # Social widget |
29 SOCIAL = [ | 29 SOCIAL = [ |
30 ('twitter', 'http://twitter.com/bgneal'), | 30 ('twitter', 'http://twitter.com/bgneal'), |
31 ('bitbucket', 'https://bitbucket.org/bgneal'), | 31 ('bitbucket', 'https://bitbucket.org/bgneal'), |
32 ('github', 'https://github.com/gremmie'), | 32 ('github', 'https://github.com/gremmie'), |
33 ('linkedin', 'http://www.linkedin.com/in/bgneal'), | |
34 ] | 33 ] |
35 | 34 |
36 DEFAULT_PAGINATION = 10 | 35 DEFAULT_PAGINATION = 10 |
37 | 36 |
38 # Uncomment following line if you want document-relative URLs when developing | 37 # Uncomment following line if you want document-relative URLs when developing |