Rename author to authors and subject to tags

This commit is contained in:
Las Zenow 2016-07-30 07:36:58 -04:00
parent e72de38725
commit 7f9c172853
17 changed files with 37 additions and 39 deletions

View file

@ -42,11 +42,11 @@
<entry>
<title>{{html .}}</title>
<link rel="http://opds-spec.org/facet"
href="/search/?q=subject:{{urlquery .}}&amp;fmt=opds"
href="/search/?q=tag:{{urlquery .}}&amp;fmt=opds"
title="{{html .}}"
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
<updated>{{$updated}}</updated>
<id>{{$baseurl}}/search/?subject:{{urlquery .}}</id>
<id>{{$baseurl}}/search/?tag:{{urlquery .}}</id>
</entry>
{{end}}
</feed>