From cd0279d2787bbf265e12e309b8a61489c727bb2a Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 19:51:38 -0400 Subject: create repo --- layouts/shortcodes/columns.html | 7 +++++++ layouts/shortcodes/icon.html | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 layouts/shortcodes/columns.html create mode 100644 layouts/shortcodes/icon.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/columns.html b/layouts/shortcodes/columns.html new file mode 100644 index 0000000..536e87e --- /dev/null +++ b/layouts/shortcodes/columns.html @@ -0,0 +1,7 @@ +
+{{ range split .Inner "<--->" }} +{{ printf "
" | htmlUnescape | safeHTML }} +{{ . | safeHTML }} +{{ printf "
" | htmlUnescape | safeHTML }} +{{ end }} +
diff --git a/layouts/shortcodes/icon.html b/layouts/shortcodes/icon.html new file mode 100644 index 0000000..a61fac1 --- /dev/null +++ b/layouts/shortcodes/icon.html @@ -0,0 +1,4 @@ + + {{ .Get + + -- cgit v1.2.3