Initial commit
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 17s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 17s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="m-auto max-w-6xl">
|
<div class="m-auto mx-4 max-w-6xl">
|
||||||
<div class="mx-auto my-16 grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 sm:mt-20 lg:mx-0 lg:max-w-6xl lg:grid-cols-3">
|
<div class="mx-auto my-16 grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 sm:mt-20 lg:mx-0 lg:max-w-6xl lg:grid-cols-3">
|
||||||
{{ range where site.RegularPages "Section" "pages" }}
|
{{ range where site.RegularPages "Section" "pages" }}
|
||||||
<a href="{{.Page.RelPermalink}}">
|
<a href="{{.Page.RelPermalink}}">
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="m-auto my-16 max-w-6xl">
|
<div class="m-auto mx-4 my-16 max-w-6xl">
|
||||||
<h2 class="text-2xl text-mms-nightblue text-center">Qu'est-ce que la Maison de la Mobilité Solidaire</h2>
|
<h2 class="text-2xl text-mms-nightblue text-center">Qu'est-ce que la Maison de la Mobilité Solidaire</h2>
|
||||||
<div class="mx-auto grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 lg:mx-10 lg:max-w-6xl lg:grid-cols-2">
|
<div class="mx-auto grid max-w-2xl auto-rows-fr grid-cols-1 gap-8 lg:mx-10 lg:max-w-6xl lg:grid-cols-2">
|
||||||
<div>
|
<div>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<div class="h-10 bg-mms-nightblue"> </div>
|
<div class="h-10 bg-mms-nightblue"> </div>
|
||||||
|
|
||||||
<div class="m-auto my-16 max-w-6xl">
|
<div class="m-auto mx-4 my-16 max-w-6xl">
|
||||||
<h2 class="text-2xl text-mms-nightblue text-center">Les dernières actus de la MMS 43</h2>
|
<h2 class="text-2xl text-mms-nightblue text-center">Les dernières actus de la MMS 43</h2>
|
||||||
{{ range where site.RegularPages "Section" "articles" }}
|
{{ range where site.RegularPages "Section" "articles" }}
|
||||||
<a href="{{.Page.RelPermalink}}">
|
<a href="{{.Page.RelPermalink}}">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="m-auto max-w-6xl py-20">
|
<div class="m-auto max-w-6xl py-20 px-4">
|
||||||
<h1 class="text-2xl text-mms-nightblue font-bold">{{ .Title }}</h1>
|
<h1 class="text-2xl text-mms-nightblue font-bold">{{ .Title }}</h1>
|
||||||
|
|
||||||
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user