summaryrefslogtreecommitdiff
path: root/src/match_up/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/templates')
-rw-r--r--src/match_up/templates/macros.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/src/match_up/templates/macros.j2 b/src/match_up/templates/macros.j2
index e7d14ff..c6e6d1d 100644
--- a/src/match_up/templates/macros.j2
+++ b/src/match_up/templates/macros.j2
@@ -23,12 +23,12 @@
<title>Match Up!</title>
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='bulma.min.css') }}">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css">
+ <link rel="stylesheet" href="{{ url_for('static', filename='notyf.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='custom.css') }}">
- <script src="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js"></script>
+ <script src="{{ url_for('static', filename='htmx.min.js') }}"></script>
+ <script src="{{ url_for('static', filename='notyf.min.js') }}"></script>
<script src="{{ url_for('static', filename='fontawesome.js') }}"></script>
<script defer src="{{ url_for('static', filename='custom.js') }}"></script>
- <script src="{{ url_for('static', filename='htmx.min.js') }}"></script>
</head>
{%- endmacro %}