1
0
Fork 0

Rename post overview to search

This commit is contained in:
Emil Miler 2024-01-19 09:31:08 +01:00
parent c8e14ca3e4
commit f4df8d0d1d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ external_links_no_referrer = true
nav = [
{title = "Index", path = "/"},
{title = "About", path = "/about/"},
{title = "Posts", path = "/posts/"},
{title = "Search", path = "/posts/"},
{title = "Categories", path = "/categories/", mobile_only = true}
]
latest_posts_count = 3

View File

@ -1,5 +1,5 @@
+++
title = "All posts"
title = "Search All Posts"
template = "posts.html"
sort_by = "date"
generate_feed = true