Add links to publisher, author, ...
This commit is contained in:
parent
aff4a1ecb2
commit
d3fed00227
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
<p>{{.Description}}</p>
|
||||
<img src="{{.Cover}}" alt="{{.Title}}" />
|
||||
<ul>
|
||||
<li><strong>Author:</strong> {{range .Author}}{{.}}, {{end}}</li>
|
||||
<li><strong>Publisher:</strong> {{.Publisher}}</li>
|
||||
<li><strong>Author:</strong> {{range .Author}}<a href="/search/?q=author:{{.}}">{{.}}</a>, {{end}}</li>
|
||||
<li><strong>Publisher:</strong> <a href="/search/?q=publisher:{{.Publisher}}">{{.Publisher}}</a></li>
|
||||
<li><strong>Tags:</strong> {{range .Subject}}<a href="/search/?q=subject:{{.}}">{{.}}</a>, {{end}}</li>
|
||||
<li><strong>Date:</strong> {{.Date}}</li>
|
||||
<li><strong>Lang:</strong> {{range .Lang}}{{.}} {{end}}</li>
|
||||
<li><strong>Lang:</strong> {{range .Lang}}<a href="/search/?q=lang:{{.}}">{{.}}</a> {{end}}</li>
|
||||
</ul>
|
||||
|
||||
<p><a href="/{{.Path}}">download</a></p>
|
||||
|
|
Reference in a new issue