mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix stylesheet not being included
This commit is contained in:
parent
1a8b6a23dd
commit
fe64f15949
@ -13,6 +13,7 @@
|
||||
<meta name="og:title" content="{{ self.title() | normalize_whitespace }}">
|
||||
<meta name="description" content="{{ self.description() | normalize_whitespace }}">
|
||||
<meta name="og:description" content="{{ self.description() | normalize_whitespace }}">
|
||||
{%- endif %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/static/libs/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=38">
|
||||
@ -22,7 +23,6 @@
|
||||
<meta name="robots" content="noindex">
|
||||
{%- endif %}
|
||||
|
||||
{%- endif %}
|
||||
{% block headextra %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user