Files
lespiedsdanslecode/themes/davis/layouts/_default/single.html
T
Yannick Francois a6421e78fa Changement pour hugo
2018-03-29 10:19:15 +02:00

15 lines
196 B
HTML

{{ partial "header" . }}
<article>
<h1>
{{ .Title | markdownify }}
{{ with .Params.subtitle }}<br/><small>{{ . }}</small>{{ end }}
</h1>
{{ .Content }}
<article>
{{ partial "footer" . }}