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 commit 58f8935d1e2348d7c9aa03ca2fac8049f486ad3d.

* Revert "Revert "🐞 fix issues 352""

This reverts commit fa0d46ccf56f435a628af17798d36616a5c23d86.

* fix issues 362

* Update columns.html

* Revert "Revert "Revert "🐞 fix issues 352"""

This reverts commit 79777a9e846334b6043048b156d972212802931c.

Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
feature/prev-next
逊狼 2021-07-20 22:20:43 +08:00 committed by GitHub
parent c4d69635af
commit 92d97049cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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>