mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-10-31 18:30:43 +00:00
8 lines
237 B
HTML
8 lines
237 B
HTML
<div class="gblog-columns flex flex-wrap flex-mobile-column">
|
|
{{ range split .Inner "<--->" }}
|
|
<div class="gblog-columns__content gblog-markdown--nested flex-even">
|
|
{{ . | $.Page.RenderString }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|