mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 19:03:25 -07:00
update jinja templates to use base static files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% block head %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/header/baseHeader.css") }}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/header/baseHeader.css") }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
|
||||
Reference in New Issue
Block a user