mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
6 lines
259 B
HTML
6 lines
259 B
HTML
{{- $scriptArr := .Page.Store.Get "scriptArr" | default slice -}}
|
|
{{- $content := trim (partial "function/dos2unix.html" .Inner) "\n" -}}
|
|
{{- if not (in $scriptArr $content) -}}
|
|
{{- $scriptArr | append $content | .Page.Store.Set "scriptArr" -}}
|
|
{{- end -}}
|