mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-21 17:47:05 +00:00
chg: [layout] dans l'art, l'espace vide est le plus important
This commit is contained in:
parent
b750190b0a
commit
12ce29ff0c
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
<div class="text-center text-muted mb-1">
|
<div class="text-center text-muted mb-1">
|
||||||
{{ 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 }}
|
||||||
{{ with .Params.ISBNS }}
|
{{ with .Params.ISBNS }}
|
||||||
<span class="d-inline-flex align-items-center small mx-2">
|
<span class="d-inline-flex align-items-center small mx-2">
|
||||||
{{ range . }}
|
{{ range . }}
|
||||||
<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>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue