💄 Add custom files support just enjoy by yourself.
This commit is contained in:
@@ -106,4 +106,10 @@
|
||||
|
||||
{{ $globalVars.Set "config" $config }}
|
||||
|
||||
{{ with .Site.Params.customFilePath }}
|
||||
{{ range $k, $v := . }}
|
||||
{{ $globalVars.Set $k $v }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ return $globalVars.Values }}
|
||||
|
||||
Reference in New Issue
Block a user