diff options
Diffstat (limited to 'themes/aoidh/layouts/_partials/date.html')
| -rw-r--r-- | themes/aoidh/layouts/_partials/date.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/aoidh/layouts/_partials/date.html b/themes/aoidh/layouts/_partials/date.html deleted file mode 100644 index 39e108c..0000000 --- a/themes/aoidh/layouts/_partials/date.html +++ /dev/null @@ -1,3 +0,0 @@ -{{- $machine := . | time.Format "2006-01-02T15:04:05-07:00" -}} -{{- $human := . | time.Format "2006-01-02" -}} -<time datetime="{{ $machine }}">{{ $human }}</time> |