aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--post.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 545565c..fb68219 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,7 @@
<main class="main">
<header itemscope itemtype="https://schema.org/WPHeader">
<nav>
- <a href="#">Home</a>
+ <a href="/">Home</a>
<a href="#">Archives</a>
<a href="#">Categories</a>
<a href="#">Tags</a>
diff --git a/post.html b/post.html
index ee1d641..ed85dc8 100644
--- a/post.html
+++ b/post.html
@@ -31,7 +31,7 @@
<main class="main">
<header itemscope itemtype="https://schema.org/WPHeader">
<nav>
- <a href="#">Home</a>
+ <a href="/">Home</a>
<a href="#">Archives</a>
<a href="#">Categories</a>
<a href="#">Tags</a>