diff --git a/content/hero/beratung.md b/content/ueber-uns/beratung.md similarity index 87% rename from content/hero/beratung.md rename to content/ueber-uns/beratung.md index efbcf71..0422f37 100644 --- a/content/hero/beratung.md +++ b/content/ueber-uns/beratung.md @@ -2,7 +2,7 @@ title = "Qualität" date = "2018-12-09T04:55:38+01:00" draft = false -type = "hero" +type = "ueber-uns" weight = -300 icon = "none" +++ diff --git a/content/hero/handwerk.md b/content/ueber-uns/handwerk.md similarity index 93% rename from content/hero/handwerk.md rename to content/ueber-uns/handwerk.md index 0b150d1..40fbbda 100644 --- a/content/hero/handwerk.md +++ b/content/ueber-uns/handwerk.md @@ -2,7 +2,7 @@ title = "Handwerk" date = "2018-12-09T04:55:30+01:00" draft = false -type = "hero" +type = "ueber-uns" weight = -100 icon = "knuepfel" +++ diff --git a/content/hero/tradition.md b/content/ueber-uns/tradition.md similarity index 96% rename from content/hero/tradition.md rename to content/ueber-uns/tradition.md index 4db815e..4d6923d 100644 --- a/content/hero/tradition.md +++ b/content/ueber-uns/tradition.md @@ -2,7 +2,7 @@ title = "Tradition" date = "2018-12-09T04:47:02+01:00" draft = false -type = "hero" +type = "ueber-uns" weight = -200 icon = "4w" +++ diff --git a/themes/neff/archetypes/ueber-uns.md b/themes/neff/archetypes/ueber-uns.md index cf88824..c64d235 100755 --- a/themes/neff/archetypes/ueber-uns.md +++ b/themes/neff/archetypes/ueber-uns.md @@ -2,6 +2,6 @@ title = "{{ replace .Name "-" " " | title }}" date = "{{ .Date }}" draft = true -type = "hero" +type = "ueber-uns" icon = "none" +++