Skip to content

Commit 9f5065a

Browse files
committed
change video url
1 parent 5c6ceeb commit 9f5065a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ email: coderoadapp@gmail.com
88
author: Shawn McKay
99
description: > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials
1010
using the coderoad-cli and tools developers already know: markdown and unit tests.
11-
atomVersion: 0.4.11
11+
atomVersion: 0.4.14
1212
cliVersion: 0.3.14
13+
video: DbLpdgrYVOU
1314

1415
# ----------------------- #
1516
# Jekyll & Plugins #

_includes/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="col-lg-8 col-lg-offset-2">
66
<br/>
77
<br/>
8-
<h3>CodeRoad Demo in Atom</h3>
9-
<iframe width="100%" height="360" src="https://www.youtube.com/embed/3who2Vwu_Z8" frameborder="0" allowfullscreen></iframe>
8+
<h3>About CodeRoad</h3>
9+
<iframe width="100%" height="360" src="https://www.youtube.com/embed/{{ site.video }}" frameborder="0" allowfullscreen></iframe>
1010
</div>
1111
</section>

0 commit comments

Comments
 (0)