diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-05-16 00:05:58 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-05-16 00:05:58 +0200 |
commit | 1c0d40566b394e163b1dba1db66ec4b089040982 (patch) | |
tree | 71f9aeeec267e0461db4eeaa70d02f2cacf92a8f | |
parent | 45ba0e18f4c453ee4c0a329b3aa2ee5fa9f89530 (diff) | |
download | rss2html-1c0d40566b394e163b1dba1db66ec4b089040982.tar.gz rss2html-1c0d40566b394e163b1dba1db66ec4b089040982.tar.bz2 rss2html-1c0d40566b394e163b1dba1db66ec4b089040982.zip |
Add URL to homepage in footer.
-rw-r--r-- | lib/rss2html/views/feed_footer.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rss2html/views/feed_footer.html.erb b/lib/rss2html/views/feed_footer.html.erb index 344b808..f071522 100644 --- a/lib/rss2html/views/feed_footer.html.erb +++ b/lib/rss2html/views/feed_footer.html.erb @@ -1,4 +1,5 @@ </section> <footer> -Generated using Rss2Html version <%= Rss2Html::VERSION %>. +Generated using <a href="https://github.com/snake66/rss2html">Rss2Html</a> +version <%= Rss2Html::VERSION %>. </footer>
\ No newline at end of file |