Update index.html

This commit is contained in:
Kittenoncatnip 2019-03-02 23:31:17 +00:00
parent b8ecea8944
commit 968dd9f845

View file

@ -25,7 +25,7 @@
{{range .}}
<li class="span2">
<div class="thumbnail centered" style="border:none;">
<a href="/book/{{.ID}}">
<a href="/book/{{.ID}}" title="{{range .Description}} {{.}} {{end}}">
{{if .Cover}}<div class="down"><img class="img-rounded" src="/cover/{{.ID}}/small/{{.Title}}.jpg" alt="{{.Title}}" /></div>{{end}}
<p><strong>{{.Title}}</strong></p>
</a>
@ -43,7 +43,7 @@
{{range .}}
<li class="span2">
<div class="thumbnail centered" style="border:none;">
<a href="/book/{{.ID}}">
<a href="/book/{{.ID}}" title="{{range .Description}} {{.}} {{end}}">
{{if .Cover}}<div class="down"><img class="img-rounded" src="/cover/{{.ID}}/small/{{.Title}}.jpg" alt="{{.Title}}" /></div>{{end}}
<p><strong>{{.Title}}</strong></p>
</a>
@ -61,7 +61,7 @@
{{range .}}
<li class="span2">
<div class="thumbnail centered" style="border:none;">
<a href="/book/{{.ID}}">
<a href="/book/{{.ID}}" title="{{range .Description}} {{.}} {{end}}">
{{if .Cover}}<div class="down"><img class="img-rounded" src="/cover/{{.ID}}/small/{{.Title}}.jpg" alt="{{.Title}}" /></div>{{end}}
<p><strong>{{.Title}}</strong></p>
</a>