diff --git a/layouts/shortcodes/series.html b/layouts/shortcodes/series.html
index d87c70a..822230d 100644
--- a/layouts/shortcodes/series.html
+++ b/layouts/shortcodes/series.html
@@ -7,14 +7,18 @@
Topic |
Video |
- {{ range $ind,$art := $.Site.Pages.ByDate }}
+ {{ range $ind,$art := $.Site.Pages.ByDate.Reverse }}
{{ if eq $art.Params.series $series }}
{{ $art.Params.no }} |
{{ dateFormat "02.01.2006" $art.Params.event_date }} |
{{ $art.Params.speaker }} |
{{ $art.Params.subtitle }} |
- |
+ {{ if $art.Params.recording }}
+ |
+ {{ else }}
+ |
+ {{ end }}
{{ end }}
{{ end }}