Show RSS link in the footer

This commit is contained in:
James Brooks
2014-12-20 17:29:18 +00:00
parent c9b4bd51c4
commit 933e24b421

View File

@@ -1,5 +1,6 @@
@if(Setting::get('show_support'))
<footer class='footer'>
<p>{{ Lang::get('cachet.powered_by', array('app' => Setting::get('app_name'))) }}</p>
<p><a href='/rss'><i class='fa fa-rss'></i> RSS Feed</a></p>
</footer>
@endif