+
+
+ {{ $images := findRE "

+ {{ end }}
+
+
+ {{ $reAltIn := "
![\"([^\"]+)?\"](\"([^\"]+)\")
" }}
+ {{ $reAltOut := ( printf "
$2" $cdn_url ) }}
+ {{ $altContent := .Content | replaceRE $reAltIn $reAltOut | safeHTML }}
+
+ {{ $reAltTitleIn := "
![\"([^\"]+)?\" \"([^\"]+)?\"](\"([^\"]+)\")
" }}
+ {{ $reAltTitleOut := ( printf "
$2" $cdn_url ) }}
+ {{ $finalContent := $altContent | replaceRE $reAltTitleIn $reAltTitleOut | safeHTML }}
+
+ {{ $finalContent }}
+
+
+
+ {{ with .Site.Params.author }}
+
+ {{ i18n "Author" }}:
+ {{ . }}
+
+ {{ end }}
+
+
+ {{ i18n "Words" }}:
+ {{ .WordCount }}
+
+
+
+ {{ if and ( $.Param "socialShare" ) (gt (len ($.Param "share")) 0) }}
+ {{ i18n "Share" }}:
+ {{ partial "share-links" . }}
+ {{ end }}
+
+
+ {{ with .Site.Params.license }}
+
+ {{ . | safeHTML}}
+
+ {{ end }}
+
+
+
+
+ {{ if .PrevInSection }}
+
{{ .PrevInSection.Title}}
+ {{ end }}
+ {{ if .NextInSection }}
+
{{.NextInSection.Title}}
+ {{ end }}
+
+
+
+