2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-16 21:25:38 +00:00
cointop/docs/themes/hugo-book/layouts/shortcodes/columns.html
2021-02-20 21:13:12 -08:00

8 lines
172 B
HTML

<div class="book-columns flex flex-wrap">
{{ range split .Inner "<--->" }}
<div class="flex-even markdown-inner">
{{ . | markdownify }}
</div>
{{ end }}
</div>