new navigation

This commit is contained in:
Set Sakrecoer 2019-07-09 22:17:29 +02:00
parent 12dcd72ab6
commit 3be4c302ef
50 changed files with 203 additions and 467 deletions

View file

@ -1,6 +1,9 @@
<div id="navigation">
<a href="{{ site.baseurl }}/music">
<img src="{{ site.baseurl }}/assets/img/sakrecoerLOGO.png" width="125px" height="125px" title="SAKRECOER" />
{% if page.collection == 'tracks' %}
<a href="{{ site.baseurl }}./index.html">
{% else %}
<a href="{{ site.baseurl }}../">
{% endif %}
<img src="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" width="125px" height="125px" title="SAKRECOER" />
</a>
</div>