From 6b0b5fe72846c4aa8cf6338c7807147b0c9deed3 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sun, 20 Apr 2025 17:08:09 +0200 Subject: [PATCH] fix: linking to quote pages --- layouts/partials/cite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/cite.html b/layouts/partials/cite.html index 8fe8c33..9f223f0 100644 --- a/layouts/partials/cite.html +++ b/layouts/partials/cite.html @@ -1,6 +1,6 @@ {{- $itemType := default "CreativeWork" .schemaType -}} -{{- $pages := where ( where .g.Site.Pages "Section" .section ) "title" .title | first 1 -}} +{{- $pages := where ( where .g.Site.Pages "Section" .section ) "Title" .title | first 1 -}} {{- with .c -}} {{- with $pages -}}{{- range . -}}{{- end -}}{{- end -}}