fix: wording on article button

This commit is contained in:
2026-02-14 12:24:39 +01:00
parent 3d5752e591
commit 99099e8532

View File

@@ -6,7 +6,7 @@
{{- end }}
{{- with .Params.article }}
<a class="label label-success label-lg" href="{{ .href }}" target="_blank" aria-label="Related Article" role="button">
<i class="fas fa-newspaper" aria-hidden="true"></i>&nbsp;&nbsp;Read {{ .name | markdownify }} Article
<i class="fas fa-newspaper" aria-hidden="true"></i>&nbsp;&nbsp;Read Article at {{ .name | markdownify }}
</a>
{{- end }}
{{- with .Params.video }}