diff options
author | Brandon <brandon@btkoch.xyz> | 2024-10-26 20:14:35 -0400 |
---|---|---|
committer | Brandon <brandon@btkoch.xyz> | 2024-10-26 20:14:35 -0400 |
commit | 702743222fbc9b0417d7ee6663986a19f4c09bb9 (patch) | |
tree | 15ae2f4570f43f2f0b19d699964d97c646433323 /layouts/shortcodes/column.html | |
parent | b980df8bf5a29ba8567beba56b97474dd9dbb3c3 (diff) |
Diffstat (limited to 'layouts/shortcodes/column.html')
-rw-r--r-- | layouts/shortcodes/column.html | 3 |
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> |