diff options
| author | Miqdd <ahmadmiqdad27@te.student.pens.ac.id> | 2024-01-22 06:39:54 +0700 |
|---|---|---|
| committer | Miqdd <ahmadmiqdad27@te.student.pens.ac.id> | 2024-01-22 06:39:54 +0700 |
| commit | 04fdcac1dce2cc439dd8ad1b115507671040737e (patch) | |
| tree | fca0e8fa90c182863adf6a2baedadf8ebb46a5f4 /layouts/shortcodes | |
Publish
Diffstat (limited to 'layouts/shortcodes')
| -rw-r--r-- | layouts/shortcodes/callout.html | 6 |
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 |
