summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/column.html
diff options
context:
space:
mode:
authorBrandon <brandon@btkoch.xyz>2024-10-26 20:14:35 -0400
committerBrandon <brandon@btkoch.xyz>2024-10-26 20:14:35 -0400
commit702743222fbc9b0417d7ee6663986a19f4c09bb9 (patch)
tree15ae2f4570f43f2f0b19d699964d97c646433323 /layouts/shortcodes/column.html
parentb980df8bf5a29ba8567beba56b97474dd9dbb3c3 (diff)
replace deprecated columns shortcode with current oneHEADmaster
Diffstat (limited to 'layouts/shortcodes/column.html')
-rw-r--r--layouts/shortcodes/column.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/column.html b/layouts/shortcodes/column.html
new file mode 100644
index 0000000..07e8c84
--- /dev/null
+++ b/layouts/shortcodes/column.html
@@ -0,0 +1,3 @@
+<div class="column">
+ {{ .Inner | safeHTML }}
+</div>