We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ecac2 commit 8241fe6Copy full SHA for 8241fe6
1 file changed
layouts/index.html
@@ -163,7 +163,7 @@
163
</p>
164
</div>
165
166
- {{ with resources.GetRemote "https://www.youtube.com/feeds/videos.xml?channel_id=UC1J672VqnvOrqZejHlE2F1g" }}
+ {{ with resources.GetRemote "https://www.youtube.com/feeds/videos.xml?channel_id=UC1YO-LzVaMWoVrBgjLH0Kbw" }}
167
{{ $feed := .Content | transform.Unmarshal }}
168
{{ $video := index ($feed.entry) 0 }}
169
{{ $videoId := index (strings.Split $video.id ":") 2 }}
0 commit comments