summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorMiqdd <ahmadmiqdad27@te.student.pens.ac.id>2024-01-22 06:39:54 +0700
committerMiqdd <ahmadmiqdad27@te.student.pens.ac.id>2024-01-22 06:39:54 +0700
commit04fdcac1dce2cc439dd8ad1b115507671040737e (patch)
treefca0e8fa90c182863adf6a2baedadf8ebb46a5f4 /layouts/shortcodes
Publish
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/callout.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/shortcodes/callout.html b/layouts/shortcodes/callout.html
new file mode 100644
index 0000000..5557aad
--- /dev/null
+++ b/layouts/shortcodes/callout.html
@@ -0,0 +1,6 @@
+
+<div class="callout" style="">
+ <div class="callout-inner">
+ 💡 {{ .Get "text" }}
+ </div>
+</div> \ No newline at end of file