Might have forgotten base url
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user