diff options
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", | 
