Reimplement anchor navigation via Javascript

This commit is contained in:
Chris Wilson
2020-08-14 00:03:07 -04:00
parent ecc599d097
commit 6c29f86115
3 changed files with 22 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
{% block head %}
<title>Setup Tutorial</title>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/tutorial.css") }}" />
<script type="application/ecmascript" src="{{ static_autoversion("assets/tutorial.js") }}"></script>
{% endblock %}
{% block body %}