]> danix's work - danix.xyz-2.git/commit
Remove unnecessary type field from static pages
authorDanilo M. <redacted>
Wed, 15 Apr 2026 15:39:02 +0000 (17:39 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 15:39:02 +0000 (17:39 +0200)
commit93aa1b4bb969093a256a9938e6563c301023a899
tree91fcff04f691ddd31ef76f5a96b614af83da1330
parentdfe3cc3b9850866202f0cfb20c9b9029c975a322
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 <redacted>
content/en/is/_index.md
content/en/is/here/index.md
content/en/is/legal/index.md [new file with mode: 0644]
content/it/is/_index.md
content/it/is/here/index.md
content/it/is/legal/index.md [new file with mode: 0644]