diff --git a/templates/layout.html b/templates/layout.html index 01abb36..a7883d3 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -29,6 +29,7 @@ %}>ungleich.ch {% for href, title in [ ['/u/blog', 'the new ungleich blog'], + ['/blog', 'the old ungleich blog'], ] %} {{ title }} @@ -40,6 +41,6 @@ {% block body %}{% endblock %}