weird anim

This commit is contained in:
Set Sakrecoer 2019-07-10 01:22:54 +02:00
parent b1a5523885
commit d2beca0c43
3 changed files with 82 additions and 13 deletions

View file

@ -1,11 +1,11 @@
<div id="navigation">
{% if page.collection == 'tracks' %}
<a href="{{ site.baseurl }}./index.html">
<a href="{{ site.baseurl }}./index.html" alt="Back" title="Back">
{% elsif page.url == '/' %}
<a href="{{ site.baseurl }}/music/">
<a href="{{ site.baseurl }}/music/" alt="Music" title="Music">
{% else %}
<a href="{{ site.baseurl }}../">
<a href="{{ site.baseurl }}/" alt="Back" title="About">
{% endif %}
<img src="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" width="125px" height="125px" title="SAKRECOER" />
<img src="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" width="125px" height="125px" alt="Sakrecoer Logo" />
</a>
</div>