fix blockquotes and linking

This commit is contained in:
Ben Goldsworthy 2025-04-20 17:06:18 +02:00
parent 5073e5e2a4
commit ef1b2a1e5e
No known key found for this signature in database
2 changed files with 6 additions and 19 deletions

View file

@ -1,6 +1,7 @@
{{- $itemType := default "CreativeWork" .schemaType -}}
{{- $pages := where ( where .g.Site.Pages "Section" .section ) "title" .title | first 1 -}}
{{ warnf "%x" ( len ( where .g.Site.Pages "Section" .section ) ) }}
{{- $pages := where ( where .g.Site.Pages "Section" .section ) "Title" .title | first 1 -}}
{{- with .c -}}
{{- with $pages -}}{{- range . -}}<a href="{{ .RelPermalink }}">{{- end -}}{{- end -}}