diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 11:03:23 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 11:03:23 -0500 |
| commit | 9f40f4a056faf194226c5ca533b52b86ffe60537 (patch) | |
| tree | df4fa8f1af82653a0d69d4eb77e75e467d3c50af /themes/aoidh/layouts/_partials/date.html | |
| parent | 4a22ce5d9dd64d45555e7d18fc780b54b3f4ec86 (diff) | |
| download | samanthony.xyz-9f40f4a056faf194226c5ca533b52b86ffe60537.zip | |
remove theme
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> |