Skip to content

Commit 6c596ee

Browse files
committed
Update
1 parent a456a8c commit 6c596ee

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

_drafts/page_all_frontmatter.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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: ""
2833
show_meta: false
2934
sidebar: left
3035
comments: true

_drafts/video.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ categories:
1111
tags:
1212
- video
1313
iframe: "<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
---

_layouts/video.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
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 %}

0 commit comments

Comments
 (0)