fix: wording on article button

This commit is contained in:
2026-02-14 12:24:39 +01:00
parent 3df4e58b02
commit a5680a4864

View File

@@ -6,7 +6,7 @@
{{- end }} {{- end }}
{{- with .Params.article }} {{- with .Params.article }}
<a class="label label-success label-lg" href="{{ .href }}" target="_blank" aria-label="Related Article" role="button"> <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> </a>
{{- end }} {{- end }}
{{- with .Params.video }} {{- with .Params.video }}