Changement pour hugo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
<article>
|
||||
|
||||
<h1>
|
||||
{{ .Title | markdownify }}
|
||||
{{ with .Params.subtitle }}<br/><small>{{ . }}</small>{{ end }}
|
||||
</h1>
|
||||
|
||||
{{ .Content }}
|
||||
<article>
|
||||
|
||||
|
||||
{{ partial "footer" . }}
|
||||
Reference in New Issue
Block a user