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/center.html | |
| parent | a6e116452f8d3f0e043107a1e0d047256514457b (diff) | |
feat: add `center`, `right`, `left` shortcodes
Diffstat (limited to 'layouts/shortcodes/center.html')
| -rw-r--r-- | layouts/shortcodes/center.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/center.html b/layouts/shortcodes/center.html new file mode 100644 index 0000000..e9022d0 --- /dev/null +++ b/layouts/shortcodes/center.html @@ -0,0 +1,3 @@ +<div class='align-center'> + {{ .Inner }} +</div>
\ No newline at end of file |
