Skip to content
Snippets Groups Projects
Commit c2b68b72 authored by ale's avatar ale
Browse files

link authors to searches

parent e7302b60
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@
{{.Book.Metadata.Title}}
</h1>
<p class="book-authors"><b>
{{join .Book.Metadata.Creator ", "}}
</b></p>
<p class="book-authors">
{{range $i, $a := .Book.Metadata.Creator}}{{if gt $i 0}}, {{end}}<a href="/search?q=Author%3A{{$a}}"><b>{{$a}}</b></a>{{end}}
</p>
<p>
{{join .Book.Metadata.Publisher ", "}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment