diff options
Diffstat (limited to 'site/templates')
| -rw-r--r-- | site/templates/layout.html | 3 | ||||
| -rw-r--r-- | site/templates/research.html | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/site/templates/layout.html b/site/templates/layout.html index 605f9788..986c7a3f 100644 --- a/site/templates/layout.html +++ b/site/templates/layout.html @@ -9,6 +9,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel='stylesheet' href='/assets/css/fonts.css' /> <link rel='stylesheet' href='/assets/css/css.css' /> + <link rel='stylesheet' href='/assets/css/applets.css' /> </head> <body> <header> @@ -43,5 +44,5 @@ </footer> </body> {% block scripts %}{% endblock %} -<script src="/assets/js/app/site.js"></script> +<script src="/assets/js/dist/index.js"></script> </html>
\ No newline at end of file diff --git a/site/templates/research.html b/site/templates/research.html index b2ea3a6b..0bb9fa30 100644 --- a/site/templates/research.html +++ b/site/templates/research.html @@ -21,7 +21,3 @@ {{ content }} {% endblock %} - -{% block scripts %} -<script src="/assets/js/applets.js"></script> -{% endblock %}
\ No newline at end of file |
