Rename hero to ueber-uns

This commit is contained in:
Patrick Neff 2019-01-05 03:08:15 +01:00
parent ce5fc7fd98
commit e61cf3fe37
4 changed files with 4 additions and 4 deletions

View File

@ -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"
+++

View File

@ -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"
+++

View File

@ -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"
+++

View File

@ -2,6 +2,6 @@
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
draft = true
type = "hero"
type = "ueber-uns"
icon = "none"
+++