mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
update jinja templates to use base static files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block head %}
|
||||
<title>MultiWorld</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/landing.css") }}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/landing.css") }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
Reference in New Issue
Block a user