delimiting includes
This commit is contained in:
parent
e529da3550
commit
8dfbe5507d
3 changed files with 9 additions and 4 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue