]> git.friedersdorff.com Git - max/notes.git/commitdiff
Add links to stackoverflow and git repositories
authorMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 1 Mar 2019 18:26:57 +0000 (18:26 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 1 Mar 2019 18:26:57 +0000 (18:26 +0000)
pelicanconf.py

index c4fa066b36658564904313045fcd12473dd972ac..307cb1ddafd4b147d7c47c6cf70619d977bf8309 100644 (file)
@@ -23,11 +23,10 @@ AUTHOR_FEED_RSS = None
 LINKS = (('Pelican', 'http://getpelican.com/'),
          ('Python.org', 'http://python.org/'),
          ('Jinja2', 'http://jinja.pocoo.org/'),
-         ('You can modify those links in your config file', '#'),)
+         ('Git', 'https://git.friedersdorff.com/max'),)
 
 # Social widget
-SOCIAL = (('You can add links in your config file', '#'),
-          ('Another social link', '#'),)
+SOCIAL = (('Stackoverflow', 'https://stackoverflow.com/users/2515106/maxf130'),)
 
 DEFAULT_PAGINATION = 10