Implement Webmention functionality: add Webmentions component, update deploy script, and enhance UI with social links and localization
This commit is contained in:
parent
abbf2d9a0b
commit
934a9f2338
8 changed files with 460 additions and 10 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue