diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-23 00:16:34 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-23 00:16:34 -0500 |
| commit | 84347302ea85b96fb5139a8a0cd5888cf34efda5 (patch) | |
| tree | 1d68780d01fe0bd1cf9ba4d8be160aac5e1b57e6 /themes/hugo-xmin/layouts/index.html | |
| parent | b5a5dbbf3e0b107ae0cec5e1af04dde4c5a896e9 (diff) | |
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 }} |