feat: prep for next version
All checks were successful
Deploy workflow / deploy (push) Successful in 17s

- per subject of projects page
- add basic news page
- new layout with bootstrap
- more misc pages
This commit is contained in:
Matthieu Bessat 2024-08-12 22:26:37 +02:00
parent 2f0c2562aa
commit 293ac83a9d
37 changed files with 12551 additions and 137 deletions

View file

@ -1,6 +1,6 @@
{{ define "main" }}
<div class="page-container">
<h1>Vélo et mobilités en Eure-Madrie-Seine</h1>
<div class="container">
<h1 class="page-title">{{ .Title }}</h1>
<div class="tmp_logo_container">
{{ $image := resources.Get "images/logos/logo.png" }}
@ -10,7 +10,9 @@
/>
</div>
<div>
{{ .Content }}
</div>
</div>
{{ end }}