realtive paths
This commit is contained in:
parent
cf9f74516f
commit
6dd63fd195
11 changed files with 77 additions and 54 deletions
|
|
@ -1,13 +1,14 @@
|
|||
<!-- BEGIN navmenu.html -->
|
||||
{% include relBase.html %}
|
||||
<div id="navigation">
|
||||
{% if page.collection == 'tracks' %}
|
||||
<a href="{{ site.baseurl }}./#{{ page.uid }}" alt="Back" title="Back">
|
||||
<a href="{{ relBase }}/music/#{{ page.uid }}" alt="Back" title="Back">
|
||||
{% elsif page.url != '/music/' %}
|
||||
<a href="{{ site.baseurl }}/music/" alt="Music" title="Music">
|
||||
<a href="{{ relBase }}/music/" alt="Music" title="Music">
|
||||
{% else %}
|
||||
<a href="{{ site.baseurl }}/" alt="Back" title="About">
|
||||
<a href="{{ relBase }}/" alt="Back" title="About">
|
||||
{% endif %}
|
||||
<img src="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" width="125px" height="125px" alt="Sakrecoer Logo" />
|
||||
<img src="{{ relBase }}/assets/img/sakrecoer-logo.svg" width="125px" height="125px" alt="Sakrecoer Logo" />
|
||||
</a>
|
||||
</div>
|
||||
{% if page.collection != 'tracks' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue