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, 0 insertions, 18 deletions
diff --git a/crumbs/templates/components/html_head.html b/crumbs/templates/components/html_head.html
deleted file mode 100644
index 0082421..0000000
--- a/crumbs/templates/components/html_head.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<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"> {# This contains various overrides #}
-<a rel="me" href="https://octodon.social/@spacekookie"></a>
-{% else %}
-<link href="{{ SITEURL }}/theme/css/pygment.css" rel="stylesheet">
-<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
-{% endif %}
-
-<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600" rel="stylesheet">
-
-<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.6/css/all.css">
-<link rel="alternate" type="application/rss+xml" href="{{ SITEURL }}/rss.xml" title="{{ SITENAME }} — Latest Posts" />
-