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