feat: Avancement du jour

This commit is contained in:
2024-02-28 23:07:49 +01:00
parent b52179fd51
commit c190684600
22 changed files with 293 additions and 78 deletions

View File

@ -4,7 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Takubeh - Kombucha</title>
<title>{{ .Title }}</title>
<meta name="description" content="{{ .Description }}" />
<link rel="canonical" href="{{ .Permalink }}" />
{{ with .OutputFormats.Get "RSS" }}<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" />{{ end }}
@ -14,7 +15,7 @@
{{ if ne hugo.Environment "production" }}<meta name="robots" content="noindex">{{ end }}
{{ partial "styles.html" . }}
</head>
<body>
<body{{ if .IsHome }} class="home"{{ end }}>
{{ partial "en_tete.html" . }}
{{ block "main" . }}{{ end }}