add 'about' link to site menu that goes to the home page so folk clicking a deep link will have a quick way to figure out what this site is
This commit is contained in:
parent
d0d5bf98c9
commit
f9e39e3065
|
@ -72,11 +72,16 @@ uglyURLs = false
|
|||
name = 'News'
|
||||
url = '/posts/'
|
||||
weight = 50
|
||||
[[menu.main]]
|
||||
identifier = 'about'
|
||||
name = 'About'
|
||||
url = '/'
|
||||
weight = 60
|
||||
[[menu.main]]
|
||||
identifier = 'rss'
|
||||
name = 'RSS'
|
||||
url = 'index.xml'
|
||||
weight = 60
|
||||
weight = 70
|
||||
|
||||
#[[menu.main]]
|
||||
# identifier = 'tags'
|
||||
|
|
Loading…
Reference in a new issue