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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim B <salim@posteo.de>2019-05-10 16:52:39 +0300
committerGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-05-10 16:52:39 +0300
commit1291f437fd8d347c4457c37af26fb2876aa6f545 (patch)
tree82611fb213fd83a5db0392c9229f1f85735f1856 /README.md
parent2765194e3b464a4912fd13dd02b736e45542cbb2 (diff)
improve navigation highlighting: (#211)1.0.0
* improve navigation highlighting: - highlight blog section when on taxonomy sites (`/tags/` and `/categories/`) - highlight home, too * nav highlighting: fall back to `url` if `identifier` key is not set for menu
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d3db9d..f053986 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,9 @@ You can also define the menu items that will appear in the top bar. Edit the `[[
weight = 4
```
-The `weight` parameter will determine the order of the menu entries.
+The `weight` key will determine the order of the menu entries.
+
+**Important:** Do not change the `identifier` key of existing menu entries!
### Sidebar widgets