From 7d15b6e5d2fcd7d302bcf4217174e722211b241a Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Thu, 28 Aug 2025 09:04:10 -0700 Subject: [PATCH] chore: Remove before-you-begin shortcode --- layouts/shortcodes/before-you-begin.html | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 layouts/shortcodes/before-you-begin.html diff --git a/layouts/shortcodes/before-you-begin.html b/layouts/shortcodes/before-you-begin.html deleted file mode 100644 index ad41f5bba..000000000 --- a/layouts/shortcodes/before-you-begin.html +++ /dev/null @@ -1,3 +0,0 @@ -
-
Before you begin:
{{ .Inner | markdownify }}
-
\ No newline at end of file