We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757e0fc commit 6c76523Copy full SHA for 6c76523
templates/head.html
@@ -93,7 +93,6 @@
93
<link rel="stylesheet" type="text/css" href="https://speyll.github.io/suCSS/reset-min.css"/>
94
<link rel="stylesheet" type="text/css" href="https://speyll.github.io/suCSS/suCSS-min.css"/>
95
<link rel="stylesheet" type="text/css" href="{{ get_url(path='css/style.css', trailing_slash=false) | safe }}"/>
96
-<link rel="stylesheet" type="text/css" href="{{ get_url(path='css/custom.css', trailing_slash=false) | safe }}"/>
97
{% endblock css %}
98
<script src="{{ get_url(path='js/script.js', trailing_slash=false) | safe }}" defer></script>
99
0 commit comments