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