diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 16:36:23 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 16:36:23 +0100 |
commit | f486a94696a4a6d3518794c4d22acb7100f6293a (patch) | |
tree | 57d1749c91d05134d29c9a45edaece572fd68622 | |
parent | f54d001d37557b2fd18be4e3702d3a484436ae9b (diff) | |
download | website-f486a94696a4a6d3518794c4d22acb7100f6293a.tar.gz |
Add webmention support
-rw-r--r-- | _layouts/default.html | 1 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index c838c4a..795bb95 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,6 +18,7 @@ <a class="u-url" rel="me" href="https://mounderfod.online"></a> <p class="p-country-name">United Kingdom</p> </span> + <link rel="webmention" href="https://webmention.io/www.mounderfod.online/webmention" /> </head> <body> <marquee diff --git a/index.html b/index.html index 2b9c1a6..cd43d92 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@ <a class="u-url" rel="me" href="https://mounderfod.online"></a> <p class="p-country-name">United Kingdom</p> </span> + <link rel="webmention" href="https://webmention.io/www.mounderfod.online/webmention" /> </head> <body> <marquee |