Files
blog/layouts/_default/single.html
bojemoi 3f087ded01
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 1m5s
Initial Hugo site with Gitea Actions deploy workflow
2026-02-06 19:56:10 +01:00

10 lines
247 B
HTML

{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }}
{{ define "main" }}
<article>
<h2>{{ .Title }}</h2>
<time>{{ .Date.Format "2 January 2006" }}</time>
{{ .Content }}
</article>
<a href="/">&larr; Retour</a>
{{ end }}