From 49f746f1ee9205c4028bdc8f18aa888367eb3ddb Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Apr 2019 00:13:49 +0100 Subject: Initial site layout --- layouts/shortcodes/posts/recent.html | 6 ++++++ layouts/shortcodes/shows/recent_episodes.html | 6 ++++++ layouts/shortcodes/youtube/playlist_url.html | 1 + 3 files changed, 13 insertions(+) create mode 100644 layouts/shortcodes/posts/recent.html create mode 100644 layouts/shortcodes/shows/recent_episodes.html create mode 100644 layouts/shortcodes/youtube/playlist_url.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/posts/recent.html b/layouts/shortcodes/posts/recent.html new file mode 100644 index 0000000..f4b28ca --- /dev/null +++ b/layouts/shortcodes/posts/recent.html @@ -0,0 +1,6 @@ + + diff --git a/layouts/shortcodes/shows/recent_episodes.html b/layouts/shortcodes/shows/recent_episodes.html new file mode 100644 index 0000000..fc01a57 --- /dev/null +++ b/layouts/shortcodes/shows/recent_episodes.html @@ -0,0 +1,6 @@ + + diff --git a/layouts/shortcodes/youtube/playlist_url.html b/layouts/shortcodes/youtube/playlist_url.html new file mode 100644 index 0000000..cfdcf05 --- /dev/null +++ b/layouts/shortcodes/youtube/playlist_url.html @@ -0,0 +1 @@ +https://www.youtube.com/playlist?list={{ .Get 0 }} -- cgit v1.2.3-13-gbd6f