Merge pull request #168 from henryiii/shortcodes
Adding some useful shortcodes
This commit is contained in:
commit
2d6e609e3a
6 changed files with 56 additions and 1 deletions
1
layouts/shortcodes/column.html
Normal file
1
layouts/shortcodes/column.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
</div><div class="right">
|
||||
1
layouts/shortcodes/columns.html
Normal file
1
layouts/shortcodes/columns.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<div class="splitbox"><div class="left">
|
||||
3
layouts/shortcodes/details.html
Normal file
3
layouts/shortcodes/details.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<details><summary>{{ .Get 0 }}</summary>
|
||||
{{ .Inner }}
|
||||
</details>
|
||||
1
layouts/shortcodes/endcolumns.html
Normal file
1
layouts/shortcodes/endcolumns.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
</div><div style="clear:both"></div></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue