aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/components/header.html')
-rw-r--r--crumbs/templates/components/header.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/crumbs/templates/components/header.html b/crumbs/templates/components/header.html
new file mode 100644
index 0000000..2d811d8
--- /dev/null
+++ b/crumbs/templates/components/header.html
@@ -0,0 +1,12 @@
+<head>
+ <meta charset="utf-8">
+ <title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
+ <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">
+
+ <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>