Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: src/site/_layouts/dartisans_episode.markdown

Issue 11577007: generate dartisans from playlist, keep everything up to date (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: unify descriptions Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/gen_dartisans_playlist.dart ('k') | src/site/dartisans/dartisans-02-thumb.jpeg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 --- 3 ---
4 4
5 # {{ page.episode.title }} 5 # {{ page.episode.title }}
6 6
7 <div class="row" style="margin-top: 25px"> 7 <div class="row" style="margin-top: 25px">
8 <div class="span12"> 8 <div class="span12">
9 9
10 » » <img style="box-shadow: 5px 5px 10px #CCC; float: left; margin-r ight: 25px" src="dartisans-{{page.episode.num | format_num: "%02d" }}-thumb.jpeg " width="120" height="90" alt="Screenshot of Dartisans ep {{ page.episode.num }} "> 10 » » <img style="box-shadow: 5px 5px 10px #CCC; float: left; margin-r ight: 25px" src="{{ page.episode.thumbnail }}" width="120" height="90" alt="Scre enshot of Dartisans ep {{ page.episode.num }}">
11 11
12 <p> 12 <p>
13 {{ page.episode.description }} 13 {{ page.episode.description }}
14 </p> 14 </p>
15 15
16 <p> 16 <p>
17 This hangout was recorded on {{ page.episode.pubdate }}. 17 This hangout was recorded on {{ page.episode.pubdate }}.
18 </p> 18 </p>
19 19
20 </div> 20 </div>
21 </div> 21 </div>
22 22
23 <div class="row" style="margin-top: 25px"> 23 <div class="row" style="margin-top: 25px">
24 <div class="span12"> 24 <div class="span12">
25 25
26 <iframe width="640" height="360" src="http://www.youtube.com/emb ed/{{ page.episode.youtubeid }}" frameborder="0" allowfullscreen></iframe> 26 <iframe width="640" height="360" src="http://www.youtube.com/emb ed/{{ page.episode.youtubeid }}" frameborder="0" allowfullscreen></iframe>
27 27
28 <p> 28 <p>
29 » » » Watch more <a href="index.html">recordings of previous e pisodes of Dartisans</a> 29 » » » Watch more <a href="/dartisans/">recordings of previous episodes of Dartisans</a>
30 or subscribe to an 30 or subscribe to an
31 <a href="/dartisans/podcast-feed"><i class="icon-rss"> < /i> audio podcast of Dartisans</a>. 31 <a href="/dartisans/podcast-feed"><i class="icon-rss"> < /i> audio podcast of Dartisans</a>.
32 </p> 32 </p>
33 33
34 </div> 34 </div>
35 </div> 35 </div>
OLDNEW
« no previous file with comments | « scripts/gen_dartisans_playlist.dart ('k') | src/site/dartisans/dartisans-02-thumb.jpeg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698