diff --git a/hugo.toml b/hugo.toml
index 12ddc70..ad6bec0 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -17,7 +17,7 @@ pagination.pagerSize = 5
themeColor = "green"
# if you set this to 0, only submenu trigger will be visible
- showMenuItems = 2
+ showMenuItems = 3
# show selector to switch language
showLanguageSelector = true # (default: false)
@@ -112,10 +112,16 @@ pagination.pagerSize = 5
url = "/en/about"
weight = 10
[[languages.en.menu.main]]
- identifier = "posts"
- name = "Posts"
- url = "/en/posts"
+ identifier = "tags"
+ name = "Tags"
+ url = "/en/tags"
weight = 20
+ [[languages.en.menu.main]]
+ identifier = "categories"
+ name = "Categories"
+ url = "/en/categories"
+ weight = 30
+
[languages.de]
@@ -161,7 +167,13 @@ pagination.pagerSize = 5
url = "/de/about"
weight = 10
[[languages.de.menu.main]]
- identifier = "posts"
- name = "Posts"
- url = "/de/posts"
+ identifier = "tags"
+ name = "Tags"
+ url = "/de/tags"
weight = 20
+ [[languages.de.menu.main]]
+ identifier = "categories"
+ name = "Kategorien"
+ url = "/de/categories"
+ weight = 30
+
diff --git a/public/de/404.html b/public/de/404.html
index a6bee9d..7f601a3 100644
--- a/public/de/404.html
+++ b/public/de/404.html
@@ -115,7 +115,11 @@
-
Posts
+ Tags
+
+
+
+ Kategorien
@@ -165,7 +169,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/about/index.html b/public/de/about/index.html
index d7a8941..4fe8fae 100644
--- a/public/de/about/index.html
+++ b/public/de/about/index.html
@@ -123,7 +123,11 @@ Below you can read the original about from Radek
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -173,7 +177,11 @@ Below you can read the original about from Radek
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/categories/index.html b/public/de/categories/index.html
index ed5a220..64e6c6a 100644
--- a/public/de/categories/index.html
+++ b/public/de/categories/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/index.html b/public/de/index.html
index b253932..c42bbf1 100644
--- a/public/de/index.html
+++ b/public/de/index.html
@@ -118,7 +118,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -168,7 +172,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/posts/index.html b/public/de/posts/index.html
index 0386611..9474596 100644
--- a/public/de/posts/index.html
+++ b/public/de/posts/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/posts/one-word/index.html b/public/de/posts/one-word/index.html
index c0ae6f2..35d20e9 100644
--- a/public/de/posts/one-word/index.html
+++ b/public/de/posts/one-word/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/posts/test-post/index.html b/public/de/posts/test-post/index.html
index 2cf939c..153c9fd 100644
--- a/public/de/posts/test-post/index.html
+++ b/public/de/posts/test-post/index.html
@@ -119,7 +119,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -169,7 +173,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/de/tags/index.html b/public/de/tags/index.html
index 7e25988..6f9bf23 100644
--- a/public/de/tags/index.html
+++ b/public/de/tags/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Kategorien
diff --git a/public/en/404.html b/public/en/404.html
index 764f97a..c82f0a3 100644
--- a/public/en/404.html
+++ b/public/en/404.html
@@ -115,7 +115,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -165,7 +169,11 @@
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/about/index.html b/public/en/about/index.html
index 3ef0208..b3365a0 100644
--- a/public/en/about/index.html
+++ b/public/en/about/index.html
@@ -123,7 +123,11 @@ Below you can read the original about from Radek
- Posts
+ Tags
+
+
+
+ Categories
@@ -173,7 +177,11 @@ Below you can read the original about from Radek
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/categories/index.html b/public/en/categories/index.html
index d747255..0257be9 100644
--- a/public/en/categories/index.html
+++ b/public/en/categories/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/index.html b/public/en/index.html
index b42165d..fea02a0 100644
--- a/public/en/index.html
+++ b/public/en/index.html
@@ -118,7 +118,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -168,7 +172,11 @@
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/posts/index.html b/public/en/posts/index.html
index 77fd4db..94b908c 100644
--- a/public/en/posts/index.html
+++ b/public/en/posts/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/posts/one-word/index.html b/public/en/posts/one-word/index.html
index 5a9fb7d..9f5ac3c 100644
--- a/public/en/posts/one-word/index.html
+++ b/public/en/posts/one-word/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/posts/test-post/index.html b/public/en/posts/test-post/index.html
index ec20808..c3dbc78 100644
--- a/public/en/posts/test-post/index.html
+++ b/public/en/posts/test-post/index.html
@@ -119,7 +119,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -169,7 +173,11 @@
- Posts
+ Tags
+
+
+
+ Categories
diff --git a/public/en/tags/index.html b/public/en/tags/index.html
index 4d348d6..cf9ca22 100644
--- a/public/en/tags/index.html
+++ b/public/en/tags/index.html
@@ -117,7 +117,11 @@
- Posts
+ Tags
+
+
+
+ Categories
@@ -167,7 +171,11 @@
- Posts
+ Tags
+
+
+
+ Categories