diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 17:39:02 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 17:39:02 +0200 |
| commit | 93aa1b4bb969093a256a9938e6563c301023a899 (patch) | |
| tree | 91fcff04f691ddd31ef76f5a96b614af83da1330 /content/it/is/_index.md | |
| parent | dfe3cc3b9850866202f0cfb20c9b9029c975a322 (diff) | |
| download | danixxyz-93aa1b4bb969093a256a9938e6563c301023a899.tar.gz danixxyz-93aa1b4bb969093a256a9938e6563c301023a899.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'content/it/is/_index.md')
| -rw-r--r-- | content/it/is/_index.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/it/is/_index.md b/content/it/is/_index.md index 8b38dbf..2608d83 100644 --- a/content/it/is/_index.md +++ b/content/it/is/_index.md @@ -1,7 +1,6 @@ +++ title = "about danix.xyz" author = "Danilo M." -type = "page" draft = false date = "2009-06-01T22:04:43+00:00" +++ |
