make feed.rss in header actually an absolute path lmao
This commit is contained in:
parent
6c163a16e8
commit
81f5321656
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/about/">about me</a></li>
|
<li><a href="/about/">about me</a></li>
|
||||||
<li><a href="https://git.snug.moe/cheri">git</a></li>
|
<li><a href="https://git.snug.moe/cheri">git</a></li>
|
||||||
<li><a href="feed.rss">rss</a></li>
|
<li><a href="/feed.rss">rss</a></li>
|
||||||
<li><a href="/posts/">posts</a></li>
|
<li><a href="/posts/">posts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue