Skip to content
Snippets Groups Projects
Commit 5b16dc32 authored by Josh Borrow's avatar Josh Borrow
Browse files

Removed navbar javascript

parent 4dcfae8c
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<body> <body>
{% block content %}{% endblock %} {% block content %}{% endblock %}
{% block js %}{% endblock %} {% block js %}{% endblock %}
<script src="navbar.js"></script> {% block navbarjs %}<script src="navbar.js"></script>{% endblock %}
</body> </body>
</html> </html>
......
...@@ -36,4 +36,6 @@ ...@@ -36,4 +36,6 @@
</a> </a>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
{% block navbarjs %}{# Remove the JS for navbars from homepage #}{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment