about summary refs log tree commit diff
path: root/layouts/_default/single.html
blob: a8c1dc7dc6b7318fcf8606d12f158f128db12904 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}

<p><a href="/">&larr; Back to Franck's homepage</a></p>

<h1>{{ .Title }}</h1>

<p><span class="published">{{ .Date.Format "January 2021" }}</span></p>

{{ .Content }}

{{ end }}