mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
fix: [ISBN] l'espace d'un instant
This commit is contained in:
parent
a4566f6a39
commit
94a2229f72
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ with .Params.ISBN }}
|
||||
<span class="d-inline-flex align-items-center small mx-2">
|
||||
<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>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue