diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 12:09:54 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 12:09:54 +0100 |
| commit | 100670e1d0b374e3c495407e55f4660cba62a0f6 (patch) | |
| tree | e4d45b8f21adc0c520e9123cb3cf4c8e6de08d4d /src/match_up/templates/macros.j2 | |
| parent | 8ed7f57f607912220a2a7e8db5c8956739b5227f (diff) | |
Downloaded some dependencies
Diffstat (limited to 'src/match_up/templates/macros.j2')
| -rw-r--r-- | src/match_up/templates/macros.j2 | 6 |
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 %} |
