Rename post overview to search
This commit is contained in:
parent
c8e14ca3e4
commit
f4df8d0d1d
@ -23,7 +23,7 @@ external_links_no_referrer = true
|
|||||||
nav = [
|
nav = [
|
||||||
{title = "Index", path = "/"},
|
{title = "Index", path = "/"},
|
||||||
{title = "About", path = "/about/"},
|
{title = "About", path = "/about/"},
|
||||||
{title = "Posts", path = "/posts/"},
|
{title = "Search", path = "/posts/"},
|
||||||
{title = "Categories", path = "/categories/", mobile_only = true}
|
{title = "Categories", path = "/categories/", mobile_only = true}
|
||||||
]
|
]
|
||||||
latest_posts_count = 3
|
latest_posts_count = 3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "All posts"
|
title = "Search All Posts"
|
||||||
template = "posts.html"
|
template = "posts.html"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
generate_feed = true
|
generate_feed = true
|
||||||
|
Loading…
Reference in New Issue
Block a user