hugo-book
This commit is contained in:
7
themes/hugo-book/layouts/shortcodes/columns.html
Normal file
7
themes/hugo-book/layouts/shortcodes/columns.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="book-columns flex flex-wrap">
|
||||
{{ range split .Inner "<--->" }}
|
||||
<div class="flex-even markdown-inner">
|
||||
{{ . | $.Page.RenderString }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user