diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c72be5b..a81d53f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -38,7 +38,7 @@ {{ end }} - {{ $reAltIn := "\"([^\"]+)?\"" }} + {{ $reAltIn := "\"([^\"]+)?\"" }} {{ $reAltOut := ( printf "
\"$2\"
$2
" $cdn_url ) }} {{ $altContent := .Content | replaceRE $reAltIn $reAltOut | safeHTML }} @@ -65,7 +65,7 @@