rename landing page modules

This commit is contained in:
Benedikt Rötsch
2017-10-02 11:50:42 +02:00
committed by Benedikt Rötsch
parent 711398f390
commit 3459c4c32c
5 changed files with 9 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
mixin moduleCopy(module)
.module.module-copy
h1.module-copy__title #{module.fields.title}
h3.module-copy__headline #{module.fields.headline}
div.module-copy__copy !{helpers.markdown(module.fields.copy)}