File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ header:
1515 image :
1616 pattern :
1717 color :
18- background-color : " #fabb00"
18+ background-color : " #fabb00"
1919 title :
2020 caption :
2121 caption_url :
@@ -25,6 +25,11 @@ image:
2525 thumb :
2626 caption :
2727 caption_url :
28+ iframe : " "
29+ video :
30+ embedURL : " "
31+ contentURL : " "
32+ thumbnailUrl : " "
2833show_meta : false
2934sidebar : left
3035comments : true
Original file line number Diff line number Diff line change @@ -11,4 +11,8 @@ categories:
1111tags :
1212 - video
1313iframe : " <iframe width='970' height='546' src='//www.youtube.com/embed/WoHxoz_0ykI' frameborder='0' allowfullscreen></iframe>"
14+ video :
15+ embedURL : " "
16+ contentURL : " "
17+ thumbnailUrl : " "
1418---
Original file line number Diff line number Diff line change 1515 {% if page.subheadline %}< p class ="subheadline t30 "> {{ page.subheadline }}</ p > {% endif %}
1616 < h1 itemprop ="name "> {{ page.title }}</ h1 >
1717 </ header >
18-
1918
2019 {% if page.video.thumbnailUrl %}< meta itemprop ="thumbnailUrl " content ="{{ page.video.thumbnailUrl }} " /> {% endif %}
2120 {% if page.video.contentURL %}< meta itemprop ="contentURL " content ="{{ page.video.contentURL }} " /> {% endif %}
You can’t perform that action at this time.
0 commit comments