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>
|
%}><a href="{{ '/'|url }}">ungleich.ch</a></li>
|
||||||
{% for href, title in [
|
{% for href, title in [
|
||||||
['/u/blog', 'the new ungleich blog'],
|
['/u/blog', 'the new ungleich blog'],
|
||||||
|
['/blog', 'the old ungleich blog'],
|
||||||
] %}
|
] %}
|
||||||
<li{% if this.is_child_of(href) %} class="active"{% endif
|
<li{% if this.is_child_of(href) %} class="active"{% endif
|
||||||
%}><a href="{{ href|url }}">{{ title }}</a></li>
|
%}><a href="{{ href|url }}">{{ title }}</a></li>
|
||||||
|
@ -40,6 +41,6 @@
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
© Copyright 2019 by <a href="https://ungleich.ch">ungleich</a>.
|
© Copyright by <a href="https://ungleich.ch">ungleich</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue