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'
|
name = 'News'
|
||||||
url = '/posts/'
|
url = '/posts/'
|
||||||
weight = 50
|
weight = 50
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'about'
|
||||||
|
name = 'About'
|
||||||
|
url = '/'
|
||||||
|
weight = 60
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'rss'
|
identifier = 'rss'
|
||||||
name = 'RSS'
|
name = 'RSS'
|
||||||
url = 'index.xml'
|
url = 'index.xml'
|
||||||
weight = 60
|
weight = 70
|
||||||
|
|
||||||
#[[menu.main]]
|
#[[menu.main]]
|
||||||
# identifier = 'tags'
|
# identifier = 'tags'
|
||||||
|
|
Loading…
Reference in a new issue