From d44096143e2eeb4e2d499f0b7c5c6ee48583b976 Mon Sep 17 00:00:00 2001 From: Olof Nord Date: Sun, 9 Oct 2022 21:40:22 +0200 Subject: [PATCH] Add single post image alt text, if present. The current template does not allow for an alt text to the single layout. This small change adds the alt text if present in the page front matter. --- layouts/partials/single_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/single_post.html b/layouts/partials/single_post.html index 756081b..87f5309 100644 --- a/layouts/partials/single_post.html +++ b/layouts/partials/single_post.html @@ -14,7 +14,7 @@ {{ end }} {{ if .Params.Image }}
- + {{ .Params.Alt }} {{ if .Params.ImageCaption }}

{{ .Params.ImageCaption | markdownify }}