changed rss link to root of site instead of specific url so I can debug that more easily in the future

This commit is contained in:
Pagwin 2024-10-25 18:15:47 -04:00
parent 589ad886ad
commit 4e80e1f04b
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -7,7 +7,7 @@
<title>{{{title}}} · Pagwin's website</title>
<link rel="stylesheet" type="text/css" href="/static/css/layout.css" />
<link rel="preload" type="text/css" href="/static/css/colors.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://pagwin.xyz/index.xml">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml">
<script type="module" src="/static/js/code_highlighting.mjs"></script>
</head>