From 92d97049cfc772c3a6a962f1ba0b13d21e6bcaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=8A=E7=8B=BC?= <47265026+volfclub@users.noreply.github.com> Date: Tue, 20 Jul 2021 22:20:43 +0800 Subject: issues 362 (#364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ๐Ÿž 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 --- layouts/shortcodes/columns.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/columns.html b/layouts/shortcodes/columns.html index 163f16d..75ee341 100644 --- a/layouts/shortcodes/columns.html +++ b/layouts/shortcodes/columns.html @@ -1,7 +1,7 @@
- {{ range split .Inner "<--->" }} +{{ range split .Inner "<--->" }}
- {{ . | markdownify }} + {{ . | $.Page.RenderString }}
- {{ end }} +{{ end }}
-- cgit v1.2.3