refactor: citations

This commit is contained in:
Ben Goldsworthy 2025-05-15 11:08:14 +02:00
parent de341f4191
commit 810805f9ab
No known key found for this signature in database
6 changed files with 76 additions and 54 deletions

View file

@ -261,7 +261,7 @@ An epigram-style blockquote shortcode.
{{< blockquote
source="Source"
title="Film title"
schemaType="Movie"
itemtype="Movie"
style="epigram"
>}}
A blockquote shortcode.
@ -270,9 +270,9 @@ A blockquote shortcode.
{{< blockquote
source="Source"
title="Chapter title"
schemaType="Chapter"
itemtype="Chapter"
titleSeries="Book title"
schemaTypeSeries="Book"
itemtypeSeries="Book"
style="epigram"
>}}
A blockquote shortcode.
@ -281,9 +281,9 @@ A blockquote shortcode.
{{< blockquote
source="Source"
title="TV episode title"
schemaType="TVEpisode"
itemtype="TVEpisode"
titleSeries="TV series title"
schemaTypeSeries="TVSeries"
itemtypeSeries="TVSeries"
numberSeries="S01E01"
style="epigram"
>}}