hugo-fixit / FixIt

🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://fixit.lruihao.cn
MIT License
646 stars 96 forks source link

Add param to simplify the injection of extra components #478

Closed Lruihao closed 1 month ago

Lruihao commented 1 month ago

eg: param.injection

Lruihao commented 1 month ago

When I try to do this:

{{- range .Site.Params.blocks.head -}}
  {{- block . $ }}{{ end -}}
{{- end -}}

But unfortunately, it doesn't work!