From 545bc3a9fc3ee65f00f6204d2776b6ab60608d8d Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Wed, 15 May 2019 16:23:51 +0200 Subject: [PATCH] Make Menu dynamic --- pelicanconf.py | 6 ++---- themes/openAV-Luppp/templates/index.html | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6f0f986..7c8abb5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,10 +22,8 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None # Blogroll -LINKS = (('Pelican', 'http://getpelican.com/'), - ('Python.org', 'http://python.org/'), - ('Jinja2', 'http://jinja.pocoo.org/'), - ('You can modify those links in your config file', '#'),) +LINKS = (('User Guide', 'http://openavproductions.com/doc/luppp.html'), + ('OpenAV Productions', 'http://openavproductions.com/'),) # Social widget SOCIAL = (('You can add links in your config file', '#'), diff --git a/themes/openAV-Luppp/templates/index.html b/themes/openAV-Luppp/templates/index.html index e84cf24..8d41f46 100644 --- a/themes/openAV-Luppp/templates/index.html +++ b/themes/openAV-Luppp/templates/index.html @@ -39,9 +39,9 @@ {{ SITENAME }}