Add short code + add improve this page button
This commit is contained in:
parent
b18cf1d7cd
commit
9b10cadb58
7 changed files with 66 additions and 4 deletions
7
layouts/shortcodes/split.html
Normal file
7
layouts/shortcodes/split.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="row">
|
||||
{{ range $idx, $val := split .Inner "---" }}
|
||||
<div class="col col-sm-12 col-lg-{{ $.Get $idx }}">
|
||||
{{ $val | markdownify }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue