add link to old blog, too
This commit is contained in:
parent
62f0f4e1cb
commit
98782cfa52
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
%}><a href="{{ '/'|url }}">ungleich.ch</a></li>
|
||||
{% for href, title in [
|
||||
['/u/blog', 'the new ungleich blog'],
|
||||
['/blog', 'the old ungleich blog'],
|
||||
] %}
|
||||
<li{% if this.is_child_of(href) %} class="active"{% endif
|
||||
%}><a href="{{ href|url }}">{{ title }}</a></li>
|
||||
|
@ -40,6 +41,6 @@
|
|||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
<footer>
|
||||
© Copyright 2019 by <a href="https://ungleich.ch">ungleich</a>.
|
||||
© Copyright by <a href="https://ungleich.ch">ungleich</a>.
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue