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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_layouts/dartisans_episode.markdown
diff --git a/src/site/_layouts/dartisans_episode.markdown b/src/site/_layouts/dartisans_episode.markdown
index 7d5675f01f9d60cc13a5f693d08d98f9ec91b20f..25c09af6b7b62d2381c3c14119b93b54b84668c9 100644
--- a/src/site/_layouts/dartisans_episode.markdown
+++ b/src/site/_layouts/dartisans_episode.markdown
@@ -7,7 +7,7 @@ layout: default
<div class="row" style="margin-top: 25px">
<div class="span12">
- <img style="box-shadow: 5px 5px 10px #CCC; float: left; margin-right: 25px" src="dartisans-{{page.episode.num | format_num: "%02d" }}-thumb.jpeg" width="120" height="90" alt="Screenshot of Dartisans ep {{ page.episode.num }}">
+ <img style="box-shadow: 5px 5px 10px #CCC; float: left; margin-right: 25px" src="{{ page.episode.thumbnail }}" width="120" height="90" alt="Screenshot of Dartisans ep {{ page.episode.num }}">
<p>
{{ page.episode.description }}
@@ -26,7 +26,7 @@ layout: default
<iframe width="640" height="360" src="http://www.youtube.com/embed/{{ page.episode.youtubeid }}" frameborder="0" allowfullscreen></iframe>
<p>
- Watch more <a href="index.html">recordings of previous episodes of Dartisans</a>
+ Watch more <a href="/dartisans/">recordings of previous episodes of Dartisans</a>
or subscribe to an
<a href="/dartisans/podcast-feed"><i class="icon-rss"> </i> audio podcast of Dartisans</a>.
</p>
« 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