1er commit et test du staging
Déploiement Hugo Staging / deploy-staging (push) Has been cancelled

This commit is contained in:
Julien Martin
2025-05-19 12:27:52 +02:00
parent 96e971c99e
commit 936ecb48fe
4 changed files with 50 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>{{ .Title }}</title>
</head>
<body>
<main>
{{ .Content }}
</main>
<footer>
© 2025 Ptits-Pas
</footer>
</body>
</html>