Skip to content

Commit

Permalink
feat(whatislove-dev): add rss alternate wd-528 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored May 27, 2024
1 parent 2b4af55 commit edd6527
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/whatislove-dev/src/layouts/page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@what1s1oveee" />

<link
rel="alternate"
type="application/rss+xml"
href="{{ global.domain }}/feed.xml"
title="{{ global.author }}"
/>

<link rel="webmention" href="https://webmention.io/{{ global.host }}/webmention" />
<link rel="pingback" href="https://webmention.io/{{ global.host }}/xmlrpc" />
</head>
Expand Down

0 comments on commit edd6527

Please sign in to comment.