2024-02-18 08:34:15 +00:00
|
|
|
<div class="text-center text-muted mb-1">
|
|
|
|
{{ with .Params.ISBN }}
|
|
|
|
<span class="d-inline-flex align-items-center small mx-2">
|
|
|
|
<i class="fa-solid fa-book"></i>
|
2024-03-09 13:55:52 +00:00
|
|
|
<a href="https://search.worldcat.org/search?q={{ . }}&offset=1"> ISBN {{ . }}</a>
|
|
|
|
</span>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Params.ISBNS }}
|
|
|
|
<span class="d-inline-flex align-items-center small mx-2">
|
|
|
|
{{ range . }}
|
|
|
|
<i class="fa-solid fa-book"></i>
|
|
|
|
<a href="https://search.worldcat.org/search?q={{ . }}&offset=1"> ISBN {{ . }}  </a>
|
|
|
|
{{ end }}
|
2024-02-18 08:34:15 +00:00
|
|
|
</span>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|