diff --git a/source/_patterns/04-components/multi-type-list/multi-type-list.yml b/source/_patterns/04-components/multi-type-list/multi-type-list.yml index 0b3828e19df5a87a0bd07ad75c751df06ed9eb86..70f5844dd5458a805c9601ecf7a04beff4f959e8 100644 --- a/source/_patterns/04-components/multi-type-list/multi-type-list.yml +++ b/source/_patterns/04-components/multi-type-list/multi-type-list.yml @@ -3,7 +3,8 @@ lists: - title: 'Blog Teaser title 1' url: '#' - date: 'Friday, September 18, 2020' + date: + - 'Friday, September 18, 2020' author_name: 'Author Lastname' author_link: '#' tags: @@ -38,7 +39,8 @@ lists: - title: 'Blog Teaser title 2' url: '#' - date: 'Friday, September 18, 2020' + date: + - 'Friday, September 18, 2020' author_name: 'Author Lastname' author_link: '#' tags: @@ -73,7 +75,8 @@ lists: - title: 'Blog Teaser title 3' url: '#' - date: 'Friday, September 18, 2020' + date: + - 'Friday, September 18, 2020' author_name: 'Author Lastname' author_link: '#' tags: @@ -109,7 +112,8 @@ lists: - title: 'News Teaser title 1' url: '#' - date: 'Sep. 18, 2020' + date: + - 'Sep. 18, 2020' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' @@ -133,7 +137,8 @@ lists: - title: 'News Teaser title 2' url: '#' - date: 'Sep. 18, 2020' + date: + - 'Sep. 18, 2020' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' @@ -157,7 +162,8 @@ lists: - title: 'News Teaser title 3' url: '#' - date: 'Sep. 18, 2020' + date: + - 'Sep. 18, 2020' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' @@ -182,7 +188,8 @@ lists: - title: 'Event Teaser title 1' url: '#' - date: 'Friday, September 18, 2020 - 4:20 PM' + date: + - 'Friday, September 18, 2020 2:20- 4:20 PM EDT' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' @@ -206,7 +213,8 @@ lists: - title: 'Event Teaser title 2' url: '#' - date: 'Friday, September 18, 2020 - 4:20 PM' + date: + - 'Friday, September 18, 2020 2:20- 4:20 PM EDT' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' @@ -230,7 +238,8 @@ lists: - title: 'Event Teaser title 3' url: '#' - date: 'Friday, September 18, 2020 - 4:20 PM' + date: + - 'Friday, September 18, 2020 2:20- 4:20 PM EDT' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' diff --git a/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.yml b/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.yml index a33d2cded24beb7e231a28d13d1b5175099e535f..fd5ee3fda8d5ce275a4950113f382cbe9cc91af9 100644 --- a/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.yml +++ b/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.yml @@ -1,7 +1,8 @@ --- title: 'Blog Teaser title' url: '#' -date: 'Friday, September 18, 2020' +date: + - 'Friday, September 18, 2020' author_name: 'Author Lastname' author_link: '#' tags: diff --git a/source/_patterns/04-components/teaser/teaser--event/teaser--event.twig b/source/_patterns/04-components/teaser/teaser--event/teaser--event.twig index 724599fdc5ee0ea8077c70cba495062d498d5eef..82aa5b2911cde28189b667e4e8f2d6275dde4c92 100644 --- a/source/_patterns/04-components/teaser/teaser--event/teaser--event.twig +++ b/source/_patterns/04-components/teaser/teaser--event/teaser--event.twig @@ -4,14 +4,14 @@ {% include "@components/teaser/teaser.twig" with { modifier_classes: teaser_modifier_classes, - title: events.title, - url: events.url, - date: events.date.0, + title: title, + url: url, + date: date.0, date_format: 'long-datetime', - sources: events.sources, - img_element: events.img_element, - alt: events.alt, + sources: sources, + img_element: img_element, + alt: alt, show_hover: false, - content: events.content, + content: content, header_level: '2', } %} \ No newline at end of file diff --git a/source/_patterns/04-components/teaser/teaser--event/teaser--event.yml b/source/_patterns/04-components/teaser/teaser--event/teaser--event.yml index 119e698deeb3e0059500ec7212cf2a7bfb52ac82..3c49ef090d92a6e922c1e16a36386c6d3ef27915 100644 --- a/source/_patterns/04-components/teaser/teaser--event/teaser--event.yml +++ b/source/_patterns/04-components/teaser/teaser--event/teaser--event.yml @@ -1,7 +1,8 @@ --- title: 'Event Teaser title' url: '#' -date: 'Friday, September 18, 2020 - 4:20 PM' +date: + - 'Friday, September 18, 2020 - 4:20 PM' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)' diff --git a/source/_patterns/04-components/teaser/teaser--news/teaser--news.yml b/source/_patterns/04-components/teaser/teaser--news/teaser--news.yml index e4e94d844c589b3bd9201a804379f38b5512818d..85b7d7ec67857b1f259dcc7ff9d4ece939264f0a 100644 --- a/source/_patterns/04-components/teaser/teaser--news/teaser--news.yml +++ b/source/_patterns/04-components/teaser/teaser--news/teaser--news.yml @@ -1,7 +1,8 @@ --- title: 'News Teaser title' url: '#' -date: 'Sep. 18, 2020' +date: + - 'Sep. 18, 2020' sources: - srcset: '../../../../source/images/president/president_xlarge.jpg' media: 'all and (min-width: 63.19rem)'