Changement pour hugo

This commit is contained in:
Yannick Francois
2018-03-29 10:19:15 +02:00
commit a6421e78fa
389 changed files with 8423 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{{ partial "header" . }}
<article>
<h1>
{{ .Title | markdownify }}
{{ with .Params.subtitle }}<br/><small>{{ . }}</small>{{ end }}
</h1>
{{ .Content }}
<article>
{{ partial "footer" . }}