From 98782cfa52f416d87181490b78db092e42c92187 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 8 Oct 2019 17:35:22 +0200 Subject: [PATCH] add link to old blog, too --- templates/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}