Convert links list to individual blog entries #11

Merged
mxmehl merged 32 commits from links-as-blog into main 2026-02-23 16:16:11 +01:00
Showing only changes of commit a5680a4864 - Show all commits

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 }}