From f8fb0dc0c98940345bc7bb10eb51a137af5bf0a4 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 7 Aug 2023 17:50:36 -0700 Subject: [PATCH] pingback-webmention conversion with webmention.io someday i should replace this with a self-hosted option --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6c4010d..c07ed7a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,6 +18,7 @@ {{ end -}} + {{ $webmanifest := resources.Get "/manifest.webmanifest" | resources.ExecuteAsTemplate "manifest.webmanifest" . | resources.Minify | resources.Fingerprint "md5" -}} {{- printf `` $webmanifest.RelPermalink | safeHTML -}}