From d712adad49f5437ac3029e9d08e5f3f109b00570 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 9 Mar 2024 14:55:52 +0100 Subject: [PATCH] new: [ISBN] ajout de ISBNS car c'est toujours mieux quand on est plusieurs --- .../writeonly/layouts/partials/shared/post-isbn.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/writeonly/layouts/partials/shared/post-isbn.html b/themes/writeonly/layouts/partials/shared/post-isbn.html index 18b071e..466d47a 100644 --- a/themes/writeonly/layouts/partials/shared/post-isbn.html +++ b/themes/writeonly/layouts/partials/shared/post-isbn.html @@ -2,7 +2,15 @@ {{ with .Params.ISBN }} - -> ISBN {{ . }} + ISBN {{ . }} + + {{ end }} + {{ with .Params.ISBNS }} + + {{ range . }} + + ISBN {{ . }}   + {{ end }} {{ end }}