diff options
Diffstat (limited to 'layouts/shortcodes/alpha-ol.html')
-rw-r--r-- | layouts/shortcodes/alpha-ol.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/alpha-ol.html b/layouts/shortcodes/alpha-ol.html new file mode 100644 index 0000000..b5ad88f --- /dev/null +++ b/layouts/shortcodes/alpha-ol.html @@ -0,0 +1,3 @@ +<div class="alpha-ol"> + {{ .Inner }} +</div> |