SyuanYu 1 月之前
父节点
当前提交
37b4545e79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/hugo-bootstrap-5/layouts/shortcodes/threecol.html

+ 1 - 1
themes/hugo-bootstrap-5/layouts/shortcodes/threecol.html

@@ -1,5 +1,5 @@
 {{/* 內文用 :::left / :::middle / :::right 分段;不需任何參數 */}}
-{{ $raw := .InnerDeindent }}
+{{- $raw := .Inner -}}
 {{ $lm := split $raw ":::middle" }}
 {{ $leftRaw := (replace ((index $lm 0 | default "")) ":::left" "") }}
 {{ $midright := (index $lm 1 | default "") }}