Skip to content

Commit f10668e

Browse files
authored
Merge pull request #5 from t-lo/t-lo/adjust-separator
Menu: Adjust separator so github link is last entry
2 parents 39471c2 + 8a22a7d commit f10668e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ theme = "hugo-book"
1515
name = "Kernel Feature Ideas"
1616
url = "https://uapi-group.org/kernel-features"
1717
weight = 12
18+
1819
[[menu.after]]
1920
name = ""
2021
weight = 20
2122
[[menu.after]]
2223
name = "Collaborate on Github"
2324
url = "https://github.com/uapi-group"
24-
weight = 20
25+
weight = 21
2526

2627
[markup.goldmark.renderer]
2728
unsafe = true # Allow HTML in md files

0 commit comments

Comments
 (0)