Skip to content

Commit

Permalink
Add head element to make feed discoverable. See #133
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Apr 8, 2024
1 parent fa493d6 commit 3f06d8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<svelte:head>
<link
rel="alternate"
type="application/rss+xml"
href="{$searchFeedUrl}"
title="RSS Feed">
</svelte:head>
<Modal>
<div slot="modalTitle">Melding</div>
<div slot="modalContent">{modalMsg}</div>
Expand Down

0 comments on commit 3f06d8f

Please sign in to comment.