Changement pour hugo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
<ul>
|
||||
{{ range .Data.Pages.ByDate.Reverse }}
|
||||
<li>{{ dateFormat "02 Jan 2006" .Date }} » <a href="{{ .Permalink}}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
{{ partial "footer" . }}
|
||||
@@ -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