From: danix Date: Sun, 19 Feb 2023 08:46:36 +0000 (+0100) Subject: forgot to push the dropcap shortcode X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=83283a810ae89dd579e2f76192198f20964b1726 forgot to push the dropcap shortcode --- diff --git a/layouts/shortcodes/dropcap.html b/layouts/shortcodes/dropcap.html new file mode 100644 index 0000000..25a2e1f --- /dev/null +++ b/layouts/shortcodes/dropcap.html @@ -0,0 +1,14 @@ +{{/* + * The dropcap shortcode: + * + * Usage: + * + * {{< dropcap class="some class" >}} + * your paragraph that will have a drop cap here + * {{< /dropcap >}} + * + */}} + +

+ {{ .Inner }} +

\ No newline at end of file