From 6d329dc1229f1b43671cc22a1c40fbf193d8f0bb Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 1 May 2022 02:38:32 -0400 Subject: [PATCH] Added webmentions to old links --- layouts/alias.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 layouts/alias.html diff --git a/layouts/alias.html b/layouts/alias.html new file mode 100644 index 0000000..310f348 --- /dev/null +++ b/layouts/alias.html @@ -0,0 +1,21 @@ + + + + {{ .Permalink }} + + + + + + + + + + + +

Likely due to typos or site reorganizations, "{{ .Title }}" has moved to a new URL.

+

+ If your browser does not immediately send you to the new location, + you can visit {{ .Permalink }} yourself. + + \ No newline at end of file