diff options
author | Doge <[email protected]> | 2021-05-11 03:25:21 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-11 03:25:21 +0800 |
commit | 7343913f7d05e1c15d6e8fe1a78b0b481247b1ab (patch) | |
tree | 44ba265b0d3a0614d28c07aa47012f9df0bdf76b /layout | |
parent | 622a7116d39d841cb084eefd601d79469579c441 (diff) | |
download | chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.tar.gz chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.tar.bz2 chromate-7343913f7d05e1c15d6e8fe1a78b0b481247b1ab.zip |
Add rss podcast support
Diffstat (limited to 'layout')
-rw-r--r-- | layout/post.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/post.ejs b/layout/post.ejs index fa1940a..008b20a 100644 --- a/layout/post.ejs +++ b/layout/post.ejs @@ -24,9 +24,9 @@ container: () => document.querySelector('.post-podcast-player'), audio: { title: "<%= page.title %>", - artist: "<%= page.podcast.author %>", + artist: "<%= page.podcast.authors %>", cover: "<%= page.podcast.cover %>", - src: "<%= page.podcast.media %>" + src: "<%= page.podcast.media.url %>" }, fixed: { type: "auto", |