From bd094a660833a62235d3c490d9f0eb504f0454a0 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 9 Jan 2021 16:18:27 -0800 Subject: [PATCH] IndieWeb: Receive webmentions Use a self-hosted instance of webmentiond to receive webmentions: https://github.com/zerok/webmentiond --- .rsyncignore | 1 + themes/etch-custom/layouts/partials/head.html | 1 + 2 files changed, 2 insertions(+) diff --git a/.rsyncignore b/.rsyncignore index 447d421..8b3d00d 100644 --- a/.rsyncignore +++ b/.rsyncignore @@ -3,3 +3,4 @@ music.txt music.txt.gz .well-known _* +webmentions diff --git a/themes/etch-custom/layouts/partials/head.html b/themes/etch-custom/layouts/partials/head.html index 7df487f..7cf2f80 100644 --- a/themes/etch-custom/layouts/partials/head.html +++ b/themes/etch-custom/layouts/partials/head.html @@ -20,6 +20,7 @@ {{ if ne .Site.BaseURL "https://seirdy.one/" -}} {{ else -}} + {{ end -}}