Might have forgotten base url

This commit is contained in:
2023-03-04 13:52:23 +01:00
parent 7b113e897c
commit 1d566d6dec
9 changed files with 18 additions and 18 deletions

View File

@ -13,7 +13,7 @@
<title>Categories | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="/css/theme-override.css">
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="/">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
</li>

View File

@ -2,9 +2,9 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on acorneroftheweb</title>
<link>/categories/</link>
<link>https://acorneroftheweb.com/categories/</link>
<description>Recent content in Categories on acorneroftheweb</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>