From 9799b92e87d5050a62267f800b284f2fdb8cf724 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 11 Apr 2020 12:07:40 +0200 Subject: [PATCH] links --- pelicanconf.py | 7 +++---- themes/dark/templates/sidebar.html | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 2871080..3efb09b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -17,10 +17,9 @@ AUTHOR_FEED_RSS = None THEME = 'themes/dark' LINKS = ( -('Pelican', 'http://getpelican.com/'), -('Python.org', 'http://python.org/'), -('Jinja2', 'http://jinja.pocoo.org/'), -('You can modify those links in your config file', '#'), +('rwx.work', 'https://rwx.work'), +('marc-beninca.fr', 'https://marc-beninca.fr'), +('tilde.link', 'https://tilde.link'), ) SOCIAL = ( diff --git a/themes/dark/templates/sidebar.html b/themes/dark/templates/sidebar.html index 84b709d..3129844 100644 --- a/themes/dark/templates/sidebar.html +++ b/themes/dark/templates/sidebar.html @@ -1,6 +1,6 @@