From 9356055f6cd1d2c219f20216b1ad0403b8794d8a Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 30 May 2022 13:50:09 -0700 Subject: [PATCH] Fix: webmention form partial has missing context --- layouts/partials/webmentions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index 82a6e14..0f0d82d 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -1,7 +1,7 @@

Webmen­tions

This site supports Webmentions. Webmentions received for this post will appear in the following list after I approve them. I sometimes send Webmentions to myself on behalf of linking sites that don't support them. Check the Wayback Machine if any links are broken.

- {{ partial "webmention-form.html" }} + {{ partial "webmention-form.html" . }}
{{- $target := .RelPermalink | replaceRE "^/~seirdy/" "/" }} {{- $oldTarget := $target | replaceRE "/posts" "" | replaceRE "/$" ".html" -}}