From 49f746f1ee9205c4028bdc8f18aa888367eb3ddb Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Apr 2019 00:13:49 +0100 Subject: Initial site layout --- layouts/partials/head.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/partials/head.html (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..1114b12 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,11 @@ + +{{ .Title }} ยท {{ .Site.Title }} + + + + +{{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} +{{ end -}} + + -- cgit v1.2.3-13-gbd6f