aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-29 10:06:03 +0800
committerJesús <heckyel@hyperbola.info>2022-05-29 10:06:03 +0800
commit8497e3a572e7710d82394c158fb561fca82e6c79 (patch)
treecb6b071210d94735b4f0e0b135910a88783c5b30
parent9c54980a585bbe59376abd14037d2f9399a38080 (diff)
downloadsimple-8497e3a572e7710d82394c158fb561fca82e6c79.tar.lz
simple-8497e3a572e7710d82394c158fb561fca82e6c79.tar.xz
simple-8497e3a572e7710d82394c158fb561fca82e6c79.zip
set return home in html files
-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 e1d9828..f363f8d 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 162bcc3..e80f0df 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>