delimiting includes

This commit is contained in:
Set Hallstrom 2019-08-28 16:54:57 +02:00
parent e529da3550
commit 8dfbe5507d
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,4 @@
<!-- BEGIN navmenu.html -->
<div id="navigation">
{% if page.collection == 'tracks' %}
<a href="{{ site.baseurl }}./#{{ page.uid }}" alt="Back" title="Back">
@ -21,4 +22,5 @@
$("#navigation").css("opacity", 1 - $(window).scrollTop() / 250);
});
</script>
{% endif %}
{% endif %}
<!-- END navmenu.html -->