Implement Webmention functionality: add Webmentions component, update deploy script, and enhance UI with social links and localization

This commit is contained in:
Adrian Altner 2026-04-21 23:46:18 +02:00
parent abbf2d9a0b
commit 934a9f2338
8 changed files with 460 additions and 10 deletions

View file

@ -45,6 +45,10 @@ const rssHref = new URL(locale === 'de' ? 'rss.xml' : 'en/rss.xml', Astro.site);
<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
<!-- Webmention endpoints (webmention.io) -->
<link rel="webmention" href="https://webmention.io/adrian-altner.de/webmention" />
<link rel="pingback" href="https://webmention.io/adrian-altner.de/xmlrpc" />
<!-- Primary Meta Tags -->
<title>{title}</title>
<meta name="title" content={title} />