feat: add rss feed with all content types
This commit is contained in:
parent
384d2d59b7
commit
7346be6687
2 changed files with 62 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const { title, showHeader = true, isHome = false } = Astro.props;
|
|||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>{title}</title></head>
|
||||
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>{title}</title><link rel="alternate" type="application/rss+xml" title="wynne.rs" href="/feed.xml" /></head>
|
||||
<body>
|
||||
{showHeader && (
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue