diff --git a/layouts/shortcodes/blocks/feature.html b/layouts/shortcodes/blocks/feature.html index 4417c509f..906bd3abf 100644 --- a/layouts/shortcodes/blocks/feature.html +++ b/layouts/shortcodes/blocks/feature.html @@ -9,5 +9,5 @@

{{ .Inner }}
-{{ with .Get "url" }}

{{ with .Get "url_text" }}{{ . }}{{ else }}{{ T "ui_read_more" }} …{{ end }}

{{ end }} +{{ with .Get "url" }}

{{ with $.Get "url_text" }}{{ . }}{{ else }}{{ T "ui_read_more" }} …{{ end }}

{{ end }}