diff options
Diffstat (limited to 'layouts/shortcodes/dropcap.html')
| -rw-r--r-- | layouts/shortcodes/dropcap.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/layouts/shortcodes/dropcap.html b/layouts/shortcodes/dropcap.html index 80cbefe..6114678 100644 --- a/layouts/shortcodes/dropcap.html +++ b/layouts/shortcodes/dropcap.html @@ -1,14 +1 @@ -{{/* - * The dropcap shortcode: - * - * Usage: - * - * {{< dropcap class="some class" >}} - * your paragraph that will have a drop cap here - * {{< /dropcap >}} - * - */}} - -<p class="has-dropcap {{ with .Get "class"}}{{.}}{{ end }}"> - {{ .InnerDeindent }} -</p> +<span class="text-2xl font-bold first-letter:text-3xl">{{ .Inner }}</span> |
