diff --git a/pelicanconf.py b/pelicanconf.py index 63f3198a88185a60c8b047acb5d2f4065c7bd756..1657dc3c7944b462c39874c0f32025385b0cb779 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,10 +24,18 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# Blogroll -LINKS = (('Pelican', 'http://getpelican.com/'), - ('Python.org', 'http://python.org/'), - ('Jinja2', 'http://jinja.pocoo.org/')) +# Navbar +MENUITEMS = [ + ('Home', '/'), + ('Foo', [ + ('Bar', '/bar.html'), + ('Beispiel', 'https://example.com'), + ]), + ('Bar', [ + ('Foobar', '/beispiel'), + ('Barfoo', '/beispiel1.html'), + ]), + ] FOOTERMENU = (('Pelican', 'http://getpelican.com/'), ('Python.org', 'http://python.org/'), @@ -40,4 +48,4 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True \ No newline at end of file +#RELATIVE_URLS = True diff --git a/themes/teckids b/themes/teckids index 66fd902c66a0913d42c6a6b8a3f0dd2625250959..54cd665a264e8b8e5d5a070f50fcdb43920b95be 160000 --- a/themes/teckids +++ b/themes/teckids @@ -1 +1 @@ -Subproject commit 66fd902c66a0913d42c6a6b8a3f0dd2625250959 +Subproject commit 54cd665a264e8b8e5d5a070f50fcdb43920b95be