diff options
author | François Kooman <fkooman@tuxed.net> | 2017-02-27 11:11:19 +0100 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2017-02-27 11:11:19 +0100 |
commit | f71a9632d406ea4d182f83333b563d64c86364e5 (patch) | |
tree | 2d6ff3745db7747b9a3604f503129fec6dc409ae /views | |
parent | 9e60ba02214c8bc28423d74295408f523072245c (diff) | |
download | www.tuxed.net-f71a9632d406ea4d182f83333b563d64c86364e5.zip www.tuxed.net-f71a9632d406ea4d182f83333b563d64c86364e5.tar.gz www.tuxed.net-f71a9632d406ea4d182f83333b563d64c86364e5.tar.xz |
introduce RSS feed
Diffstat (limited to 'views')
-rw-r--r-- | views/footer.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/footer.twig b/views/footer.twig index 7405193..ab65264 100644 --- a/views/footer.twig +++ b/views/footer.twig @@ -1,5 +1,6 @@ <div class="footer"> <p>© 2017 {{ blogAuthor }}</p> + <p><a href="feed.xml">RSS</a></p> </div> </body> |