summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/blog.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/apps/blog.php')
-rw-r--r--src/web/_views/apps/blog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/apps/blog.php b/src/web/_views/apps/blog.php
index e8908e6..7290f0e 100644
--- a/src/web/_views/apps/blog.php
+++ b/src/web/_views/apps/blog.php
@@ -1,6 +1,6 @@
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?=aria_section('blog', lang('title'))?>
- <p><?=lang('blog_desc')?></p>
+ <p><?=lang('blog_desc', sub: [$this->main->get_url('rss.xml')])?></p>
<?php
foreach($blog as $name => $post) {
$meta = $post['meta'];