mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-04 20:30:40 +00:00
8 lines
201 B
HTML
8 lines
201 B
HTML
<div class="gdoc-columns flex flex-wrap">
|
|
{{ range split .Inner "<--->" }}
|
|
<div class="gdoc-columns__content gdoc-markdown--nested flex-even">
|
|
{{ . | markdownify }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|