mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
92d97049cf
* 🐞 fix issues 352 Solve this problem: https://github.com/alex-shpak/hugo-book/issues/352 The Reason: https://github.com/gohugoio/hugo/issues/8688 * fix issues 362 https://github.com/alex-shpak/hugo-book/issues/362 * Revert "🐞 fix issues 352" This reverts commit58f8935d1e
. * Revert "Revert "🐞 fix issues 352"" This reverts commitfa0d46ccf5
. * fix issues 362 * Update columns.html * Revert "Revert "Revert "🐞 fix issues 352""" This reverts commit79777a9e84
. Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
8 lines
176 B
HTML
8 lines
176 B
HTML
<div class="book-columns flex flex-wrap">
|
|
{{ range split .Inner "<--->" }}
|
|
<div class="flex-even markdown-inner">
|
|
{{ . | $.Page.RenderString }}
|
|
</div>
|
|
{{ end }}
|
|
</div>
|