diff --git a/app/Views/podcast.php b/app/Views/podcast.php index 2c6cb9d6331b5e55175f9864f9828259d9abf6e7..df2d582044cbf53e583d2c21af8b4e99046edf4d 100644 --- a/app/Views/podcast.php +++ b/app/Views/podcast.php @@ -10,6 +10,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="shortcut icon" type="image/png" href="/favicon.ico" /> <link rel="stylesheet" href="/assets/index.css"/> + <link type="application/rss+xml" rel="alternate" title="<?= $podcast->title ?>" href="<?= $podcast->feed_url ?>"/> </head> <body class="flex flex-col min-h-screen"> diff --git a/composer.lock b/composer.lock index 74c6baaf647d972d8771698b44297bb356f04ae4..27374187ff5622623c5034f658eda192f2500d09 100644 --- a/composer.lock +++ b/composer.lock @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/codeigniter4/CodeIgniter4.git", - "reference": "ccf68e1d7fc44bfe5abacc39bf16edae45794a83" + "reference": "f5545aa7274575c397efae4ebcf6c18779dcf895" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/ccf68e1d7fc44bfe5abacc39bf16edae45794a83", - "reference": "ccf68e1d7fc44bfe5abacc39bf16edae45794a83", + "url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/f5545aa7274575c397efae4ebcf6c18779dcf895", + "reference": "f5545aa7274575c397efae4ebcf6c18779dcf895", "shasum": "" }, "require": { @@ -75,7 +75,7 @@ "slack": "https://codeigniterchat.slack.com", "issues": "https://github.com/codeigniter4/CodeIgniter4/issues" }, - "time": "2020-10-04T20:15:33+00:00" + "time": "2020-10-06T06:38:58+00:00" }, { "name": "composer/ca-bundle",