Initial commit
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 17s

This commit is contained in:
2025-02-24 08:23:05 +01:00
parent 315033296a
commit 16e9743960
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{{ 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>
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}