From eb4cbf73058c2579fb12064578f0f3b9ad2df507 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 1 Mar 2019 18:26:57 +0000 Subject: [PATCH] Add links to stackoverflow and git repositories --- pelicanconf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index c4fa066..307cb1d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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 -- 2.46.2