We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96df22f commit 26a3995Copy full SHA for 26a3995
quartz/components/RSS.tsx
@@ -4,7 +4,7 @@ import { classNames } from "../util/lang"
4
function RSS({ displayClass }: QuartzComponentProps) {
5
return (
6
<div class={classNames(displayClass, "rss")}>
7
- <a href="/garden.rss">
+ <a href="/index.xml">
8
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
9
<path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"/>
10
</svg>
0 commit comments