diff --git a/models/header_slim.ini b/models/header_slim.ini index 8905a17..a0e394c 100644 --- a/models/header_slim.ini +++ b/models/header_slim.ini @@ -1,21 +1,4 @@ [model] -name = Header mit LOGO -label = Header mit LOGO +name = Header SLIM +label = Header SLIM protected = yes -hidden = yes - -[fields.claim_heading] -label = Claim Heading -type = markdown - -[fields.claim_content] -label = Claim Content -type = markdown - -[fields.subclaim_heading] -label = Subclaim Heading -type = markdown - -[fields.subclaim_content] -label = Subclaim Content -type = markdown diff --git a/templates/header_slim.html b/templates/header_slim.html index 327655d..d09f662 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -63,29 +63,4 @@
-{# -
-
-
-
-
-
- -
- - {{ this.claim_heading }} - {{ this.claim_content }} -
-
-
- {{ this.subclaim_heading }} - {{ this.subclaim_content }} -
- - -
- -#} {% endblock %}