diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 10000f9..6c7c9b6 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -1,6 +1,6 @@ {{ if .Site.Params.progressively }} - {{ $newImage := (print "
$3
") }} - {{ .Content | replaceRE "(.*)" $newImage | safeHTML }} + {{ $newImage := (print "
$3
") }} + {{ .Content | replaceRE "(.*)" $newImage | safeHTML }} {{ else }} {{ .Content }} {{ end }} \ No newline at end of file