dynamic footer
This commit is contained in:
parent
5a4d7fd7f0
commit
40656f3491
1 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue