dynamic footer

This commit is contained in:
sakrecoer 2020-07-06 12:18:12 +02:00
parent 5a4d7fd7f0
commit 40656f3491

View file

@ -8,8 +8,12 @@
</div> </div>
<div> <div>
<ul> <ul>
<li><a href="#top" class="smooth-scroll-middle">{{ site.data.translations[page.lang].top }}</a></li> {% if page.url != '/' %}
<li><a href="{% if page.url != '/' %}/{% endif %}#album0" class="smooth-scroll-middle">music</a></li> <li><a href="{{ relBase }}/" class="button small">{{ site.data.translations[page.lang].home }}</a></li>
{% endif %}
{% for entry in site.data.navigation %}
<li><a href="{{ entry.url }}" class="smooth-scroll-middle">{{ entry.name }}</a></li>
{% endfor %}
</ul> </ul>
</div> </div>
<div><img src="{{ rekBase }}/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div> <div><img src="{{ rekBase }}/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>