weird anim
This commit is contained in:
parent
b1a5523885
commit
d2beca0c43
3 changed files with 82 additions and 13 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue