initial
This commit is contained in:
16
layouts/_default/list.html
Normal file
16
layouts/_default/list.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<header><h1>{{ .Title }}</h1></header>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ range.Pages }}
|
||||
|
||||
<li>
|
||||
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 2" }}</time> –
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
</li>
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
Reference in New Issue
Block a user