Skip to content

Commit

Permalink
bringing date format back
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbreyer committed Nov 23, 2023
1 parent fde428c commit aca65c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>Entries</h2>
{{ range .Pages }}
<li>
<a href="{{.Permalink}}">
{{/* {{.Date.Format "2006-01-02"}} | */}}
{{.Date.Format "2006-01-02"}} |
{{.Title}}</a>
</li>
{{ end }}
Expand Down

0 comments on commit aca65c4

Please sign in to comment.