diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.go b/templates.go index 5168c1a..0537f7c 100644 --- a/templates.go +++ b/templates.go @@ -63,7 +63,7 @@ const htmlRoot = ` </main> <hr> <footer> - <small>Generated by fbfeed</small> + <small>Generated by fbfeed · <a href="/{{name}}.rss">rss feed</a></small> </footer> </body> |