We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47cf3b commit 30173caCopy full SHA for 30173ca
layouts/shortcodes/blocks/feature.html
@@ -9,5 +9,5 @@ <h4 class="h3">
9
<div class="mb-0">
10
{{ .Inner }}
11
</div>
12
-{{ with .Get "url" }}<p><a href="{{ . }}">{{ with .Get "url_text" }}{{ . }}{{ else }}{{ T "ui_read_more" }} …{{ end }}</a></p>{{ end }}
+{{ with .Get "url" }}<p><a href="{{ . }}">{{ with $.Get "url_text" }}{{ . }}{{ else }}{{ T "ui_read_more" }} …{{ end }}</a></p>{{ end }}
13
0 commit comments