Modifs Amandine
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s

This commit is contained in:
2025-05-18 22:30:55 +02:00
parent 9b78ffcb28
commit f72ec6bd9d
31 changed files with 3276 additions and 151 deletions

View File

@@ -1,8 +1,11 @@
{{ define "main" }}
<div class="m-auto max-w-6xl py-20 px-4">
<h1 class="text-2xl text-mms-nightblue font-bold">{{ .Title }}</h1>
<div class="m-auto max-w-6xl px-4">
{{ partial "breadcrumbs.html" . }}
</div>
<div class="m-auto max-w-6xl py-12 px-4">
{{ if ne .Type "pages"}}
<h1 class="text-2xl text-mms-nightblue font-bold">{{ .Title }}</h1>
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := .Date | time.Format ":date_long" }}
<time class="text-mms-turquoise font-bold" datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>