evol#9614-modifications demandées revue site 2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m35s

This commit is contained in:
Arnaud Delcasse
2025-08-28 05:44:02 +02:00
parent 5cd3d1e5a1
commit c0c89c816c
36 changed files with 1958 additions and 42 deletions

View File

@@ -11,6 +11,10 @@
<time class="text-mms-turquoise font-bold" datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
{{end}}
{{$img := resources.Get .Params.featuredimage}}
{{if $img}}
<img class="h-24 m-auto" src="{{$img.RelPermalink}}" alt="{{.Title}}" />
{{end}}
<div class="my-6 text-justify">
{{ .Content }}
</div>