From fca2d4257b73be54df24c2256dfdc8d64aad0830 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 04:18:07 +0100 Subject: [PATCH] single: Update to fix. --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@