added jinja block for scripts
This commit is contained in:
parent
c142e3a4bf
commit
5533e26d47
@ -16,6 +16,8 @@
|
|||||||
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='the_works.css') }}">
|
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='the_works.css') }}">
|
||||||
<script src="{{ url_for('static', filename='the_works.js') }}"></script>
|
<script src="{{ url_for('static', filename='the_works.js') }}"></script>
|
||||||
|
|
||||||
|
{% block script %}{% endblock script %}
|
||||||
|
|
||||||
<!--<link rel="apple-touch-icon" sizes="180x180" href="../icons/apple-touch-icon.png">
|
<!--<link rel="apple-touch-icon" sizes="180x180" href="../icons/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="../icons/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="../icons/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="../icons/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="../icons/favicon-16x16.png">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user