about summary refs log tree commit diff stats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 19:40:34 +0200
committerAlan Pearce2018-06-17 19:40:34 +0200
commit7ffe02d5070b979f7a99727f9a919bc5a2956038 (patch)
treeaa11f9c8ae96862c0bf4aa612d354688bbd639a8 /layouts/partials/head.html
parent5619a512a607df67ca5970494917e20471aab8c6 (diff)
downloadwebsite-7ffe02d5070b979f7a99727f9a919bc5a2956038.tar.lz
website-7ffe02d5070b979f7a99727f9a919bc5a2956038.tar.zst
website-7ffe02d5070b979f7a99727f9a919bc5a2956038.zip
Update hyde
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
deleted file mode 100644
index 2cf88f5..0000000
--- a/layouts/partials/head.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-GB">
-	<head>
-		<meta charset="UTF-8">
-		<meta name="viewport" content="width=device-width,initial-scale=1">
-
-		{{ if .IsHome }}
-		<title>{{ .Site.Title }}</title>
-		{{ else }}
-		<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
-		{{ end }}
-
-		<link rel="stylesheet" href="/css/poole.css">
-		<link rel="stylesheet" href="/css/syntax.css">
-		<link rel="stylesheet" href="/css/hyde.css">
-		<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
-		<link href="{{ if .IsPage }}{{ .Permalink | replaceRE "/$" "" }}{{ else }}{{ .Permalink }}{{ end }}" rel="canonical">
-    <link href="{{ .Site.Params.GPG.url | absURL }}" rel="pgpkey">
-	</head>