From eae84469b28d4fc46a8f6752f7b2fdeb0591631e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Fri, 11 Mar 2022 23:15:50 +0100 Subject: [PATCH] Fix: hero alt images has now more text (50chars instead of 10) --- src/themes/oscar/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/oscar/layouts/index.html b/src/themes/oscar/layouts/index.html index 60ad75a..bd8948e 100644 --- a/src/themes/oscar/layouts/index.html +++ b/src/themes/oscar/layouts/index.html @@ -7,7 +7,7 @@ {{ if .Params.image }}
{{ .Content | plainify | htmlUnescape | truncate 10 }} + alt="{{ .Content | plainify | htmlUnescape | truncate 50 }}" />

{{ .Content }}

{{ end }}