feat: RSS feed
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="/src/style.scss" />
|
||||
<meta property="og:url" content="%VITE_BASE_URL%" />
|
||||
<meta property="og:title" content="%VITE_APP_TITLE_NO_HTML%" />
|
||||
<link rel="alternate" href="%VITE_BASE_URL%/rss" type="application/rss+xml" title="RSS 2.0" />
|
||||
<link rel="alternate" href="%VITE_BASE_URL%/atom.xml" type="application/atom+xml" title="Atom 2.0" />
|
||||
<link rel="alternate" href="%VITE_BASE_URL%/feed.json" type="application/json" title="JSON Feed 1.0"/>
|
||||
%VITE_CUSTOM_HEAD%
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user