diff options
Diffstat (limited to 'lib/rss2html')
-rw-r--r-- | lib/rss2html/views/feed_footer.html.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rss2html/views/feed_footer.html.erb b/lib/rss2html/views/feed_footer.html.erb index c63a94a..344b808 100644 --- a/lib/rss2html/views/feed_footer.html.erb +++ b/lib/rss2html/views/feed_footer.html.erb @@ -1 +1,4 @@ -</section>
\ No newline at end of file +</section> +<footer> +Generated using Rss2Html version <%= Rss2Html::VERSION %>. +</footer>
\ No newline at end of file |