|
|
@ -22,7 +22,7 @@
|
|
|
|
{{ if $template }}
|
|
|
|
{{ if $template }}
|
|
|
|
{{ $split := path.Split $href }}
|
|
|
|
{{ $split := path.Split $href }}
|
|
|
|
{{ $join := path.Join $split.Dir (print (printf "%#v" $context | sha1) "-" $split.File) }}
|
|
|
|
{{ $join := path.Join $split.Dir (print (printf "%#v" $context | sha1) "-" $split.File) }}
|
|
|
|
{{ $resource = resources.ExecuteAsTemplate $join $context . }}
|
|
|
|
{{ $resource = resources.ExecuteAsTemplate $join $context $resource }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if $sass }}
|
|
|
|
{{ if $sass }}
|
|
|
|