Commit a973c097 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

feat: add alternate rss feed link tag to podcast page head

update composer packages to latest versions

closes #35
parent 03e23a28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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">
+4 −4
Original line number Diff line number Diff line
@@ -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",