mojoreads => yourbook.shop

This commit is contained in:
Michael 2021-07-01 23:39:02 +02:00
parent 9d96849557
commit 77aa57ea06
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<div id="covers"> <div id="covers">
{{ range .Items }} {{ range .Items }}
<div class="cover-item"> <div class="cover-item">
<a target="_blank" href="https://yourbook.shop/book/?isbn={{ .ISBN }}&ref=mezzo&aff=mr"><img src="/covers/{{ .ISBN }}.jpg" alt="{{ .Author | html }} - {{ .Title | html }}" title="zu Mojoreads" /></a> <a target="_blank" href="https://yourbook.shop/book/?isbn={{ .ISBN }}&ref=mezzo&aff=mr"><img src="/covers/{{ .ISBN }}.jpg" alt="{{ .Author | html }} - {{ .Title | html }}" title="zu yourbook.shop" /></a>
</div> </div>
{{ end }} {{ end }}
</div> </div>