Add rss feed
This commit is contained in:
parent
c3529c3a8e
commit
56964ec45f
7 changed files with 58 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{{template "header.html" .S}}
|
||||
|
||||
<p class="centered">Found {{.Found}} books. Page {{.Page}}</p>
|
||||
<p class="centered">Found {{.Found}} books. Page {{.Page}} <a href="/search/?fmt=rss&q={{.S.Search}}"><img src="/img/feed.png"/></a></p>
|
||||
|
||||
<ul class="pager">
|
||||
{{if .Prev}}
|
||||
|
|
Reference in a new issue