summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/shortcodes/dropcap.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/shortcodes/dropcap.html')
-rw-r--r--themes/danix-xyz-hacker/layouts/shortcodes/dropcap.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/dropcap.html b/themes/danix-xyz-hacker/layouts/shortcodes/dropcap.html
new file mode 100644
index 0000000..6114678
--- /dev/null
+++ b/themes/danix-xyz-hacker/layouts/shortcodes/dropcap.html
@@ -0,0 +1 @@
+<span class="text-2xl font-bold first-letter:text-3xl">{{ .Inner }}</span>