Add RSS feed to blog
This commit is contained in:
parent
d61fd44ed1
commit
f1496b0653
3 changed files with 43 additions and 0 deletions
|
@ -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') ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue