From a973c097d54a3d0186c4079b9d4d3e81aae38505 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Tue, 6 Oct 2020 16:37:12 +0000
Subject: [PATCH] feat: add alternate rss feed link tag to podcast page head

update composer packages to latest versions

closes #35
---
 app/Views/podcast.php | 1 +
 composer.lock         | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app/Views/podcast.php b/app/Views/podcast.php
index 2c6cb9d633..df2d582044 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 74c6baaf64..27374187ff 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",
-- 
GitLab