link changed (yourbookshop/mojoreads to buchhandel.de)

This commit is contained in:
Michael 2024-03-11 11:28:58 +01:00
parent f3b7a396c7
commit 4323601c58

View file

@ -13,13 +13,13 @@
<body>
<h1>Comic des Monats</h1>
<p>Eine Sammlung mit Comics die <a href="https://social.okoyono.de/@mezzo" rel="author">Michael
Reutter</a> für Empfehlenswert hält. Jeden Monat ein neuer Comic aus seiner Sammlung. Die Links gehen zu <a href="http://yourbook.shop/">yourbook.shop</a>, <a href="https://git.okoyono.de/mezzo/buch_des_monats">der
Reutter</a> für Empfehlenswert hält. Jeden Monat ein neuer Comic aus seiner Sammlung. Die Links gehen zu <a href="https://buchhandel.de/">buchhandel.de</a>, <a href="https://git.okoyono.de/mezzo/buch_des_monats">der
Code</a> ist von <a href="https://aaron-fischer.net/">Aaron Fischer</a>. Ein <a href="https://okoyono.de/">økoyono</a> Projekt. (Eine Seite mit Buchempfehlungen findet Ihr <a href="https://buchdesmonats.okoyono.de">hier</a>)</p>
<div id="covers">
{{ range .Items }}
<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 yourbook.shop" /></a>
<a target="_blank" href="https://www.buchhandel.de/buch/{{ .ISBN }}"><img src="/covers/{{ .ISBN }}.jpg" alt="{{ .Author | html }} - {{ .Title | html }}" title="zu buchhandel.de" /></a>
</div>
{{ end }}
</div>