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

Unified Diff: src/site/dartisans/index.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 | « src/site/dartisans/episodes.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/dartisans/index.markdown
diff --git a/src/site/dartisans/index.markdown b/src/site/dartisans/index.markdown
index 8df27277c782b5c3eb8422b3fe7b58484a38e516..523295e0e89557a65eeedfd10b4d7d75b32b78e3 100644
--- a/src/site/dartisans/index.markdown
+++ b/src/site/dartisans/index.markdown
@@ -6,7 +6,7 @@ description: "The Dartisans show features special guests from the Dart team and
{% injectdata episodes dartisans/episodes.yaml %}
-# Dartisans — The Dart show and podcast
+# Dartisans: The Dart show and podcast
This page archives recordings of Dartisans, the video show
and podcast about Dart. Dartisans is a semi-regular
@@ -26,14 +26,14 @@ or with
<div class="row" style="margin-bottom:1em">
<div class="span2">
- <a href="{{ link }}"><img style="margin-top:9px; box-shadow: 5px 5px 10px #CCC" src="dartisans-{{episode.num | format_num: "%02d" }}-thumb.jpeg"></a>
+ <a href="{{ link }}"><img style="margin-top:9px; box-shadow: 5px 5px 10px #CCC" src="{{episode.thumbnail}}"></a>
</div>
<div class="span10">
- <h3><a href="{{ link }}">Ep. {{ episode.num}}: {{ episode.subtitle }}</a></h3>
+ <h3><a href="{{ link }}">Ep. {{ episode.num }}: {{ episode.subtitle }}</a></h3>
<p>{{ episode.description }}</p>
- <p>Aired {{episode.pubdate}}.</p>
+ <p>{{episode.pubdate}}</p>
</div>
</div>
« no previous file with comments | « src/site/dartisans/episodes.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698