From c11a8ec02253e05e5ac44537f465022471489401 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 31 Oct 2022 15:48:06 -0500 Subject: [PATCH] spacing shortcode and adding it in atwood --- content/groups/atwood/index.md | 2 ++ layouts/shortcodes/spacing.html | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 layouts/shortcodes/spacing.html diff --git a/content/groups/atwood/index.md b/content/groups/atwood/index.md index 3d074af..f70649f 100644 --- a/content/groups/atwood/index.md +++ b/content/groups/atwood/index.md @@ -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 diff --git a/layouts/shortcodes/spacing.html b/layouts/shortcodes/spacing.html new file mode 100644 index 0000000..3999529 --- /dev/null +++ b/layouts/shortcodes/spacing.html @@ -0,0 +1,9 @@ +{{- $height := .Get "height" | default "100px" -}} + + +
+