Skip to content
Snippets Groups Projects
Verified Commit 5aca0bec authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add blog to menu.

parent 17fa1649
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
MENUITEMS = (('Blog', 'blog.html'),)
# Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'),
......
......@@ -23,6 +23,11 @@
{% endif %}
{% endfor %}
{% endif %}
{% for title, link in MENUITEMS %}
<li class="menuitem">
<a href="{{ link }}">{{ title }}</a>
</li>
{% endfor %}
</ul>
</div>
<div id="page" {% if page %}class="{{ page.slug }}"{% endif %}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment