diff --git a/config.toml b/config.toml index 6f977a9..84eea48 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/content/posts/_index.md b/content/posts/_index.md index d0c9b73..9d1a289 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,5 +1,5 @@ +++ -title = "All posts" +title = "Search All Posts" template = "posts.html" sort_by = "date" generate_feed = true