From b1d95a628326465f5ea1a84c85c9dc80420b49a4 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 8 Nov 2021 08:29:21 -0500 Subject: [PATCH] update webmention.io tags --- layouts/partials/head/misc.html | 6 +++--- vercel.json | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/layouts/partials/head/misc.html b/layouts/partials/head/misc.html index 81ccd477..6190ac53 100644 --- a/layouts/partials/head/misc.html +++ b/layouts/partials/head/misc.html @@ -1,6 +1,6 @@ -{{ if .Site.Params.social.webmentionIO }} - - +{{ with .Site.Params.social.webmentionIO }} + + {{ end }} diff --git a/vercel.json b/vercel.json index a61f5ab7..ed7c9323 100755 --- a/vercel.json +++ b/vercel.json @@ -11,9 +11,7 @@ { "source": "/apple-touch-icon-precomposed.png", "destination": "/assets/images/apple-touch-icon.png" - }, - { "source": "/api/mention/", "destination": "https://webmention.io/jarv.is/webmention" }, - { "source": "/api/ping/", "destination": "https://webmention.io/jarv.is/xmlrpc" } + } ], "redirects": [ { "source": "/notes/:slug/amp.html", "destination": "/notes/:slug/", "statusCode": 301 },