From 4ec7a086d71ad112c8dd940c86532d5ff1223092 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Wed, 12 Mar 2025 04:07:35 -0700 Subject: [PATCH] chore: Removed redundant call-out shortcode --- layouts/shortcodes/call-out.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 layouts/shortcodes/call-out.html diff --git a/layouts/shortcodes/call-out.html b/layouts/shortcodes/call-out.html deleted file mode 100644 index 9148b4b3a..000000000 --- a/layouts/shortcodes/call-out.html +++ /dev/null @@ -1,14 +0,0 @@ - -
-
- - {{ with .Get 2 }} - - - {{ end }} - - {{ .Get 1 }}
- - {{ .Inner | markdownify }} -
-
\ No newline at end of file