diff options
author | amzrk2 | 2020-06-17 19:05:54 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-17 19:05:54 +0800 |
commit | dfd5ecf0c2326147656a2306654175ca061e228e (patch) | |
tree | 7e83b5a312fb03a61757dd14091b58faaa311fad /exampleSite | |
parent | 05dcb6fec60a71e7d88d86e6d1a0189abc01a9e7 (diff) | |
download | hugo-theme-fuji-dfd5ecf0c2326147656a2306654175ca061e228e.tar.gz hugo-theme-fuji-dfd5ecf0c2326147656a2306654175ca061e228e.tar.bz2 hugo-theme-fuji-dfd5ecf0c2326147656a2306654175ca061e228e.zip |
Move RSS link to config.toml
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 07e1aa7..b8aef61 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -104,17 +104,21 @@ paginate = 10 url = "/" weight = 1 [[menu.nav]] - name = "Search" - url = "/search/" - weight = 2 - [[menu.nav]] name = "Archives" url = "/archives/" - weight = 3 + weight = 2 [[menu.nav]] name = "About" url = "/about/" + weight = 3 + [[menu.nav]] + name = "Search" + url = "/search/" weight = 4 + [[menu.nav]] + name = "RSS" + url = "/index.xml" + weight = 5 [[menu.link]] name = "GitHub" |