aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-05-16 00:05:58 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-05-16 00:05:58 +0200
commit1c0d40566b394e163b1dba1db66ec4b089040982 (patch)
tree71f9aeeec267e0461db4eeaa70d02f2cacf92a8f
parent45ba0e18f4c453ee4c0a329b3aa2ee5fa9f89530 (diff)
downloadrss2html-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.erb3
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