mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 15:07:35 +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="og:title" content="{{ self.title() | normalize_whitespace }}">
|
||||||
<meta name="description" content="{{ self.description() | normalize_whitespace }}">
|
<meta name="description" content="{{ self.description() | normalize_whitespace }}">
|
||||||
<meta name="og: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/libs/bootstrap.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=38">
|
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=38">
|
||||||
@ -22,7 +23,6 @@
|
|||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- endif %}
|
|
||||||
{% block headextra %}{% endblock %}
|
{% block headextra %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user