diff options
| author | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-02-02 00:22:13 +0530 |
|---|---|---|
| committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-02-02 00:22:13 +0530 |
| commit | 67f0cba44be71fd79dc19a13bf93cfa44e5ce400 (patch) | |
| tree | 8a1fbd8875627338b2522c3df6b3f495ae8455b2 | |
| parent | fbbd1d8e7138b030c2a49fd37e5bb8eec1d83649 (diff) | |
add bitbucket URL
| -rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 31ad764..3bf6a42 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -46,7 +46,7 @@ LINKS = (('Old Blog Archive', 'http://blog-archive.copyninja.info/'),) SOCIAL = (('twitter', 'https://twitter.com/copyninja_'), ('linkedin', 'http://in.linkedin.com/in/kamathvasudev/'), ('github', 'https://github.com/copyninja'), - ('pumpio', 'http://identi.ca/copyninja')) + ('bitbucket', 'https://bitbucket.com/copyninja')) # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True |
