Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaohuabing <zhaohuabing@gmail.com>2022-03-28 10:00:14 +0300
committerzhaohuabing <zhaohuabing@gmail.com>2022-03-28 10:00:14 +0300
commit7b64a06446db7aa1620e99186302a5ebe3f976cf (patch)
treeb9537b7e3c09f70696124c129f7b3e84ab4ff57e
parent6b8b01d3437a854f76b64b2f26d8b3f4907b5c24 (diff)
change home menu item to all posts
Signed-off-by: zhaohuabing <zhaohuabing@gmail.com>
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 71cfef3..c63f30e 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -26,7 +26,7 @@
<div class="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
- <a href="{{ "/" | relLangURL }}">Home</a>
+ <a href="{{ "/" | relLangURL }}">All Posts</a>
</li>
{{ if not .Site.Params.omit_categories }}
{{ range $name, $taxonomy := .Site.Taxonomies.categories }}