diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
| commit | 8ccc47294e213c44139d90e4971a6ae40ff4a74a (patch) | |
| tree | 062209d707f3e0a791a70b98f8cf99dce4507dff /layouts | |
| parent | e587b6f6d721033b3e4b648a732457425a2ad409 (diff) | |
Refactor CSS imports and remove unused styles
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 78c5ccb..f87f4b3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@ <h1>{{ .Title }}</h1> <p class="meta"> {{ if gt .Date.Unix 0 }} - <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "January 2, 2006" }}</time> + <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "2006-01-02" }}</time> {{ end }} </p> {{ .Content }} |
