devroom.io/themes/cocoa-eh/layouts/partials/content.html

2 lines
229 B
HTML

{{ $newImage := (print "<a class=\"item\" href=\"" .Site.BaseURL "$1/$2\"><img src=\"" .Site.BaseURL "$1/thumbs/$2\" alt=$3 $4></a>") }}
{{ .Content | replaceRE "<img src=\"/(.*)\\/(.*)\" alt=(.*) (.*) />" $newImage | safeHTML }}