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> |