fix: wording on article button
This commit is contained in:
@@ -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> Read {{ .name | markdownify }} Article
|
<i class="fas fa-newspaper" aria-hidden="true"></i> Read Article at {{ .name | markdownify }}
|
||||||
</a>
|
</a>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Params.video }}
|
{{- with .Params.video }}
|
||||||
|
|||||||
Reference in New Issue
Block a user