spacing shortcode and adding it in atwood
This commit is contained in:
parent
73229a8519
commit
c11a8ec022
|
@ -12,6 +12,8 @@ description: ""
|
|||
- Location: 5ten Youth Center, 510 Main, Atwood KS
|
||||
- Ages: 9-12th Grade
|
||||
|
||||
{{< spacing >}}
|
||||
|
||||
# Junior High
|
||||
- Start Time: 2nd & 4th Wednesday of month, 6:00 PM (Supper provided)
|
||||
- End Time: 8:00
|
||||
|
|
9
layouts/shortcodes/spacing.html
Normal file
9
layouts/shortcodes/spacing.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{- $height := .Get "height" | default "100px" -}}
|
||||
<style>
|
||||
.space{
|
||||
height: {{ $height }};
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="space" style="display: flex;">
|
||||
</div>
|
Loading…
Reference in a new issue