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

update composer packages to latest versions

closes #35
This commit is contained in:
Yassine Doghri 2020-10-06 16:37:12 +00:00
parent 03e23a28bf
commit a973c097d5
2 changed files with 5 additions and 4 deletions

View File

@ -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">

8
composer.lock generated
View File

@ -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",