[Fix] Fix Archive and Feed links to be relative
This commit is contained in:
parent
2aaea11e8d
commit
2507bc7596
|
@ -28,9 +28,9 @@
|
|||
<div class="bottom">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<a class="button" href="/feed.xml">Subscribe</a>
|
||||
<a class="button" href="feed.xml">Subscribe</a>
|
||||
<a class="button" href="mailto:hello@redacted.life">Contact</a>
|
||||
<a class="button" href="/archives.html">Archives</a>
|
||||
<a class="button" href="archives.html">Archives</a>
|
||||
</div>
|
||||
<footer>
|
||||
Designed by <a href="https://webionite.com">Ceda EI</a><br />
|
||||
|
|
|
@ -33,9 +33,9 @@
|
|||
<div class="bottom">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<a class="button" href="/feed.xml">Subscribe</a>
|
||||
<a class="button" href="feed.xml">Subscribe</a>
|
||||
<a class="button" href="mailto:hello@redacted.life">Contact</a>
|
||||
<a class="button" href="/archives.html">Archives</a>
|
||||
<a class="button" href="archives.html">Archives</a>
|
||||
</div>
|
||||
<footer>
|
||||
Designed by <a href="https://webionite.com">Ceda EI</a><br />
|
||||
|
|
Loading…
Reference in New Issue