all repos — website @ cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84

My website

Merge commit 'd5857f9dbecd498e341c8cb5d0866749c5c554c7'

Alan Pearce
commit

cdd34e9bfbfa6a23b93cedcffaa8d8f9e862fc84

parent

eea42a5b1b05fbbdc9f33df41576de0232fcbd4d

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M themes/xmin/layouts/_default/list.htmlthemes/xmin/layouts/_default/list.html
@@ -1,4 +1,4 @@
-{{ partial "header.html" . }} +{{ define "main" }} {{if not .IsHome }} <h1>{{ .Title | markdownify }}</h1>
@@ -11,10 +11,10 @@ {{ $pages := .Pages }}
{{ if .IsHome }}{{ $pages = .Site.RegularPages }}{{ end }} {{ range (where $pages "Section" "!=" "") }} <li> - <span class="date">{{ .Date.Format "2006/01/02" }}</span> + <span class="date">{{ .Date.Format "2006-01-02" }}</span> <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a> </li> {{ end }} </ul> -{{ partial "footer.html" . }} +{{- end }}