From 6838ab871f9a674191bc3e62371caa798bc0cc7b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 10 Mar 2022 22:51:30 -0800 Subject: [PATCH] Fix a typo, remove unused vocab --- layouts/_default/baseof.html | 2 +- layouts/partials/head.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d927c1a..be0acc8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} {{ partial "header.html" . -}} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b40d5fd..0e1d37f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,12 +19,12 @@ {{ end -}} {{ if lt .Date .Lastmod -}} -{{ end -}} +{{- end -}} {{ if (ne .Site.BaseURL "http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/") -}} {{ $icon_svg := resources.Get "/favicon.svg" | resources.Fingerprint "md5" }} {{- printf `` $icon_svg.RelPermalink | safeHTML }} -{{- fi }} +{{- end }} {{ $icon_192 := resources.Get "/apple-touch-icon.png" | resources.Fingerprint "md5" }} {{- printf `` $icon_192.RelPermalink | safeHTML -}} {{ $favicon := resources.Get "/favicon.png" -}}