diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-29 10:06:03 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-29 10:06:03 +0800 |
commit | 8497e3a572e7710d82394c158fb561fca82e6c79 (patch) | |
tree | cb6b071210d94735b4f0e0b135910a88783c5b30 | |
parent | 9c54980a585bbe59376abd14037d2f9399a38080 (diff) | |
download | simple-8497e3a572e7710d82394c158fb561fca82e6c79.tar.lz simple-8497e3a572e7710d82394c158fb561fca82e6c79.tar.xz simple-8497e3a572e7710d82394c158fb561fca82e6c79.zip |
set return home in html files
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | post.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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> @@ -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> |