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, 0 insertions, 12 deletions
diff --git a/crumbs/templates/components/header.html b/crumbs/templates/components/header.html
deleted file mode 100644
index 2d811d8..0000000
--- a/crumbs/templates/components/header.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>