diff options
author | Freya Murphy <freya@freyacat.org> | 2024-07-08 22:05:49 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-07-08 22:05:49 -0400 |
commit | 9a43ab0c012889cf41e5295a0861b6e21f367993 (patch) | |
tree | e59c275a7f9346397a0f1e28998935ef5ae959ec /src/web/lang/apps/blog.php | |
parent | i did a brokie (diff) | |
download | website-9a43ab0c012889cf41e5295a0861b6e21f367993.tar.gz website-9a43ab0c012889cf41e5295a0861b6e21f367993.tar.bz2 website-9a43ab0c012889cf41e5295a0861b6e21f367993.zip |
a
Diffstat (limited to 'src/web/lang/apps/blog.php')
-rw-r--r-- | src/web/lang/apps/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/lang/apps/blog.php b/src/web/lang/apps/blog.php index d860a8a..5ac766c 100644 --- a/src/web/lang/apps/blog.php +++ b/src/web/lang/apps/blog.php @@ -4,7 +4,7 @@ $lang['title'] = 'Blog'; $lang['posted'] = 'posted'; $lang['blog_short_desc'] = 'I post things here sometimes'; -$lang['blog_desc'] = 'This is my blog! You can read the posts listed here, or you can find them on my <a href="blog/rss">RSS</a> feed.'; +$lang['blog_desc'] = 'This is my blog! You can read the posts listed here, or you can find them on my <a href="%s">RSS</a> feed.'; $lang['comments'] = 'Comments'; $lang['no_comments'] = 'No comments'; |