mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
issues 362 (#364)
* 🐞 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>
This commit is contained in:
parent
c4d69635af
commit
92d97049cf
@ -1,7 +1,7 @@
|
||||
<div class="book-columns flex flex-wrap">
|
||||
{{ range split .Inner "<--->" }}
|
||||
{{ range split .Inner "<--->" }}
|
||||
<div class="flex-even markdown-inner">
|
||||
{{ . | markdownify }}
|
||||
{{ . | $.Page.RenderString }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user