sakrecoer-mother-web/_includes/navmenu.html
2019-07-09 22:17:29 +02:00

9 lines
294 B
HTML

<div id="navigation">
{% 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>