diff options
Diffstat (limited to 'themes/hugo-xmin/layouts/index.html')
| -rw-r--r-- | themes/hugo-xmin/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html index a3daf68..e3b9abe 100644 --- a/themes/hugo-xmin/layouts/index.html +++ b/themes/hugo-xmin/layouts/index.html @@ -17,7 +17,7 @@ {{ $pages := .Site.RegularPages }} {{ range (where $pages "Section" "posts") }} <li> - <span class="date">{{ .Date.Format "2006/01/02" }}</span> + <span class="date">{{ .Date.Format "01/02/2006" }}</span> <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a> </li> {{ end }} |