From 4d1cb10cc44e9f52d5d2c083a7e2a8e794053546 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 24 Jul 2024 09:03:43 -0700 Subject: [PATCH] A simple railroad shortcode --- layouts/shortcodes/railroad.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/shortcodes/railroad.html diff --git a/layouts/shortcodes/railroad.html b/layouts/shortcodes/railroad.html new file mode 100644 index 0000000..78b1ec7 --- /dev/null +++ b/layouts/shortcodes/railroad.html @@ -0,0 +1,5 @@ +{{- $id := .Get "id" -}} +
+{{ .Inner }}