summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/shows/recent_episodes.html
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-02-17 19:46:17 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-02-17 19:46:17 +0000
commit12b052b1f480c5a95acd1477e28ce76f84ff7932 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /layouts/shortcodes/shows/recent_episodes.html
parent0b68a4fd6af7383ddd5c41d591361f1d3a5d9050 (diff)
Remove everything
Diffstat (limited to 'layouts/shortcodes/shows/recent_episodes.html')
-rw-r--r--layouts/shortcodes/shows/recent_episodes.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/shortcodes/shows/recent_episodes.html b/layouts/shortcodes/shows/recent_episodes.html
deleted file mode 100644
index fc01a57..0000000
--- a/layouts/shortcodes/shows/recent_episodes.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<ul>
- {{ range first 5 (where (where .Site.RegularPages "Section" "shows") ".Parent.Title" (.Get 0)) }}
- <li>{{ .Date.Format "2006-01-01" }} - {{ .Title }}. <a href="https://www.youtube.com/watch?v={{ .Params.VideoId }}">Video</a> | <a href="{{ .RelPermalink }}">Post</a></li>
- {{ end }}
-</ul>
-