From 93aa1b4bb969093a256a9938e6563c301023a899 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 17:39:02 +0200 Subject: Remove unnecessary type field from static pages The 'type' field is unused for static pages. Hugo automatically sets the type based on directory structure. The 'type' custom parameter is only used for articles (Life, Photo, Link, Quote, Tech). Static pages no longer need: type = "page" Co-Authored-By: Claude Haiku 4.5 --- content/en/is/here/index.md | 1 - 1 file changed, 1 deletion(-) (limited to 'content/en/is/here/index.md') diff --git a/content/en/is/here/index.md b/content/en/is/here/index.md index 171b4df..913e5ca 100644 --- a/content/en/is/here/index.md +++ b/content/en/is/here/index.md @@ -1,6 +1,5 @@ +++ title = "Talk to me" date = "2023-02-28T18:12:43+01:00" -type = "page" +++ -- cgit v1.2.3