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:
parent
589ad886ad
commit
4e80e1f04b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<title>{{{title}}} · Pagwin's website</title>
|
<title>{{{title}}} · Pagwin's website</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/layout.css" />
|
<link rel="stylesheet" type="text/css" href="/static/css/layout.css" />
|
||||||
<link rel="preload" type="text/css" href="/static/css/colors.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>
|
<script type="module" src="/static/js/code_highlighting.mjs"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue