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" . }}
|
||||
Reference in New Issue
Block a user