fix: [ISBN] l'espace d'un instant

This commit is contained in:
Alexandre Dulaunoy 2024-02-21 21:24:19 +01:00
parent a4566f6a39
commit 94a2229f72
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -2,7 +2,7 @@
{{ with .Params.ISBN }} {{ with .Params.ISBN }}
<span class="d-inline-flex align-items-center small mx-2"> <span class="d-inline-flex align-items-center small mx-2">
<i class="fa-solid fa-book"></i> <i class="fa-solid fa-book"></i>
<a href="https://search.worldcat.org/search?q={{ . }}&offset=1"> ISBN {{ . }}</a> <a href="https://search.worldcat.org/search?q={{ . }}&offset=1"> -> ISBN {{ . }}</a>
</span> </span>
{{ end }} {{ end }}
</div> </div>