all repos — website @ 20b1c4635bc8e1d1692c7884cf76556d37102e9a

My website

Link to GPG key

Alan Pearce
commit

20b1c4635bc8e1d1692c7884cf76556d37102e9a

parent

f2daaeb2fd0114831c995fd2b48baf201364dc92

1 file changed, 19 insertions(+), 0 deletions(-)

changed files
A layouts/partials/head.html
@@ -0,0 +1,19 @@
+<!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>