aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/html_head.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/components/html_head.html')
-rw-r--r--crumbs/templates/components/html_head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/crumbs/templates/components/html_head.html b/crumbs/templates/components/html_head.html
index 3499ffa..dc34ab3 100644
--- a/crumbs/templates/components/html_head.html
+++ b/crumbs/templates/components/html_head.html
@@ -4,11 +4,10 @@
{% if type == 'home' %}
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet">
+ <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet"> {# This contains various overrides #}
{% else %}
<link href="{{ SITEURL }}/theme/css/pygment.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
- <link href="{{ SITEURL }}/theme/css/cr_gay_override.css" rel="stylesheet">
{% endif %}
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500;subset=cyrillic,latin-ext" rel="stylesheet">