From c08188b40284a74e961fd93144163ad24d9c9c6f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 1 Dec 2022 12:34:36 -0800 Subject: [PATCH] Rename title to Blog --- exampleSite/content/blog/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md index 8a084d90..6c2ffeb4 100644 --- a/exampleSite/content/blog/_index.md +++ b/exampleSite/content/blog/_index.md @@ -1,6 +1,6 @@ +++ aliases = ["posts", "articles", "blog", "showcase", "docs"] -title = "Posts" +title = "Blog" author = "Hugo Authors" tags = ["index"] +++