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.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/crumbs/templates/components/html_head.html b/crumbs/templates/components/html_head.html
new file mode 100644
index 0000000..3499ffa
--- /dev/null
+++ b/crumbs/templates/components/html_head.html
@@ -0,0 +1,18 @@
+<head>
+ <meta charset="utf-8">
+ <title>{{ SITENAME }}</title>
+
+ {% if type == 'home' %}
+ <link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
+ <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet">
+ {% 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">
+ <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+
+</head> \ No newline at end of file