1
0
Fork 0

Add RSS feed to blog

This commit is contained in:
Jannik Beyerstedt 2021-01-31 00:25:42 +01:00
parent d61fd44ed1
commit f1496b0653
3 changed files with 43 additions and 0 deletions

View file

@ -26,6 +26,8 @@ if( $page->isHomePage() ) {
<meta name="robots" content="<?php echo $page->meta_robots()->html() ?>">
<?php endif; ?>
<link rel="alternate" type="application/rss+xml" title="Janniks Blog" href="<?= site()->url() ?>?rss"/>
<?php echo css('assets/css/foundation.css?v1.1') ?>
<?php echo css('assets/css/main.css?v1.1') ?>