Skip to content

Commit

Permalink
fix: mimetype for rss
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Nov 21, 2024
1 parent 8794de0 commit cd979fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/_includes/layouts/base.webc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
</script>

<link rel="alternate" type="application/atom+xml" :href="feedUrl ?? site.feedUrl" />
<link rel="alternate" type="application/rss+xml" :href="feedUrl ?? site.feedUrl" />

<meta property="og:title" :content="title" />
<meta property="og:type" :content="tags?.includes('article') ? 'article' : 'website'" />
Expand Down

0 comments on commit cd979fa

Please sign in to comment.