2021-03-18 23:16:26 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
< title > okoyono.de -- Comic des Monats< / title >
< link rel = "stylesheet" href = "/static/comic.css" / >
< script src = "/static/vendors/jquery-2.1.0.min.js" > < / script >
< script src = "/static/vendors/masonry-3.1.5.pkgd.min.js" > < / script >
< script src = "/static/vendors/imagesloaded-3.1.4.pkgd.min.js" > < / script >
< script src = "/static/main.js" > < / script >
2021-04-09 11:51:47 +02:00
< link rel = "alternate" type = "application/rss+xml" title = "RSS-Feed" href = "https://comicdesmonats.okoyono.de/feed.xml" / >
2021-03-18 23:16:26 +01:00
< / head >
< body >
< h1 > Comic des Monats< / h1 >
2021-04-06 18:09:30 +02:00
< p > Eine Sammlung mit Comics die < a href = "https://social.okoyono.de/@mezzo" rel = "author" > Michael
2021-03-19 16:31:25 +01:00
Reutter< / a > für Empfehlenswert hält. Jeden Monat ein neuer Comic aus seiner Sammlung. Die Links gehen zu < a href = "http://mojoreads.de/" > Mojoreads< / a > , < a href = "https://git.okoyono.de/mezzo/buch_des_monats" > der
2021-04-06 18:09:30 +02:00
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 >
2021-03-18 23:16:26 +01:00
< div id = "covers" >
2021-04-08 23:53:03 +02:00
{{ range .Items }}
2021-03-18 23:16:26 +01:00
< div class = "cover-item" >
2021-04-08 23:53:03 +02:00
< a target = "_blank" href = "https://mojoreads.de/book/?isbn={{ .ISBN }}&ref=mezzo&aff=mr" > < img src = "/covers/{{ .ISBN }}.jpg" alt = "{{ .Author | html }} - {{ .Title | html }}" title = "zu Mojoreads" / > < / a >
2021-03-18 23:16:26 +01:00
< / div >
2021-03-19 20:40:08 +01:00
{{ end }}
2021-03-18 23:16:26 +01:00
< / div >
< / body >
< / html >