Put the covers on the database
This commit is contained in:
parent
402dbabdbd
commit
986f834f46
10 changed files with 79 additions and 64 deletions
|
@ -25,7 +25,7 @@ function delBook(){
|
|||
<div class="row">
|
||||
{{if .Cover}}
|
||||
<div class="span4">
|
||||
<img src="/cover/{{.Cover}}" alt="{{.Title}}" class="pull-right" />
|
||||
<img src="/cover/{{.Id}}/big/{{.Title}}.jpg" alt="{{.Title}}" class="pull-right" />
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
|
|
Reference in a new issue