From f4df8d0d1deb2414dec0d306cd07ac6e34992e49 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 19 Jan 2024 09:31:08 +0100 Subject: [PATCH] Rename post overview to search --- config.toml | 2 +- content/posts/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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