parent
981e0f1b4e
commit
309f0dd993
1 changed files with 6 additions and 7 deletions
|
@ -44,15 +44,10 @@
|
||||||
<script>window.bad_browser = true</script>
|
<script>window.bad_browser = true</script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
{% block meta %}{% endblock %}
|
{% block meta %}{% endblock %}
|
||||||
|
|
||||||
{% if use_darkmode %}
|
|
||||||
<link rel="stylesheet" href="{{ static('darkmode-processed.css') }}">
|
|
||||||
<link rel="stylesheet" href="{{ static('darkmode-svg-processed.css') }}">
|
|
||||||
{% endif %}
|
|
||||||
{% if not INLINE_FONTAWESOME %}
|
{% if not INLINE_FONTAWESOME %}
|
||||||
<link rel="stylesheet" href="{{ FONTAWESOME_CSS }}">
|
<link rel="stylesheet" href="{{ FONTAWESOME_CSS }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<link rel="stylesheet" type="text/css" href="{{ static('markdown.css') }}">
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
<link rel="stylesheet" href="{{ static('style.css') }}">
|
<link rel="stylesheet" href="{{ static('style.css') }}">
|
||||||
{% if INLINE_FONTAWESOME %}
|
{% if INLINE_FONTAWESOME %}
|
||||||
|
@ -63,7 +58,6 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static('libs/select2/select2.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ static('libs/select2/select2.css') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static('icofont/icofont.min.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ static('icofont/icofont.min.css') }}">
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static('markdown.css') }}">
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Noto+Sans&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Noto+Sans&display=swap" rel="stylesheet">
|
||||||
|
@ -77,6 +71,11 @@
|
||||||
</style>
|
</style>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if use_darkmode %}
|
||||||
|
<link rel="stylesheet" href="{{ static('darkmode-processed.css') }}">
|
||||||
|
<link rel="stylesheet" href="{{ static('darkmode-svg-processed.css') }}">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
#content {
|
#content {
|
||||||
|
|
Loading…
Reference in a new issue