Update index.html
This commit is contained in:
parent
b8ecea8944
commit
968dd9f845
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue