From 9a14f9d41f57673684f87c98fbfa7c3c588f93cd Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 17 Jul 2022 09:14:24 +0100 Subject: update for jul 22 --- layouts/partials/head.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/partials/head.html (limited to 'layouts/partials') diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..da8f4c4 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,17 @@ + + + + {{ with .Site.Params.description -}} + + {{ end }} + {{ printf `` ("favicon.ico" | absURL) | safeHTML }} + {{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + + {{ range .Site.Params.custom_css -}} + + {{- end}} + + {{ .Title }} + -- cgit v1.2.3