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 5143e4d92a - Show all commits

View File

@@ -18,7 +18,7 @@
{{- end }} {{- end }}
{{- with $image }} {{- with $image }}
{{- $image = partial "image-processing" (dict "image" $image "processes" $processes "filter" $filter) -}} {{- $image = partial "image-processing" (dict "image" $image "processes" $processes "filter" $filter) -}}
<img src="{{ .RelPermalink }}" /> <img src="{{ $image.RelPermalink }}" />
{{- end }} {{- end }}
{{- with .text }}<p>{{ . | markdownify }}</p>{{ end }} {{- with .text }}<p>{{ . | markdownify }}</p>{{ end }}
</div> </div>