1 parent f74820f commit 8f5bd74Copy full SHA for 8f5bd74
1 file changed
src/views/partials/wochenangebot.pug
@@ -16,12 +16,11 @@
16
.replace('{instagram}', instagramLink)
17
.replace('{facebook}', facebookLink);
18
19
-section(id=slugify(wa.title || 'Wochenangebot'))
20
- .py-5
21
- .container
22
- h2.section-title.text-shine.text-center.text-uppercase= wa.title || 'Wochenangebot'
23
- .special-notice.mx-auto.text-center
24
- p.special-notice__text.text-shine.mb-3!= introHtml
25
- if wa.hint
26
- p.special-notice__hint.text-shine.mb-0
27
- | ! #{wa.hint}
+section.pt-0(id=slugify(wa.title || 'Wochenangebot'))
+ .container
+ h2.section-title.text-shine.text-center.text-uppercase= wa.title || 'Wochenangebot'
+ .special-notice.mx-auto.text-center
+ p.special-notice__text.text-shine.mb-3!= introHtml
+ if wa.hint
+ p.special-notice__hint.text-shine.mb-0
+ | ! #{wa.hint}
0 commit comments