diff options
Diffstat (limited to 'themes/even/layouts/shortcodes/right.html')
-rw-r--r-- | themes/even/layouts/shortcodes/right.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/even/layouts/shortcodes/right.html b/themes/even/layouts/shortcodes/right.html new file mode 100644 index 0000000..37a9a33 --- /dev/null +++ b/themes/even/layouts/shortcodes/right.html @@ -0,0 +1,3 @@ +<div class='align-right'> + {{ .Inner }} +</div>
\ No newline at end of file |