Skip to content
Snippets Groups Projects
Commit c769d8c5 authored by wodby's avatar wodby
Browse files

addition yml and twig updates

parent d477804b
No related branches found
No related tags found
1 merge request!54Feature/istwcms 4790 ebremner tabs links
......@@ -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)'
......
---
title: 'Blog Teaser title'
url: '#'
date: 'Friday, September 18, 2020'
date:
- 'Friday, September 18, 2020'
author_name: 'Author Lastname'
author_link: '#'
tags:
......
......@@ -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
---
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)'
......
---
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)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment