diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-01 21:28:11 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-01 21:28:11 +0800 |
commit | 5a5d0fe0d9d144af434f8d6277a7bdc85eda2db4 (patch) | |
tree | 9980c868cd63502797e7cc7e5fd1dd6961942344 /layouts/shortcodes/right.html | |
parent | a6e116452f8d3f0e043107a1e0d047256514457b (diff) |
feat: add `center`, `right`, `left` shortcodes
Diffstat (limited to 'layouts/shortcodes/right.html')
-rw-r--r-- | layouts/shortcodes/right.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/right.html b/layouts/shortcodes/right.html new file mode 100644 index 0000000..37a9a33 --- /dev/null +++ b/layouts/shortcodes/right.html @@ -0,0 +1,3 @@ +<div class='align-right'> + {{ .Inner }} +</div>
\ No newline at end of file |