aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-date-time.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-02 13:49:15 -0500
committertdro <tdro@noreply.example.com>2023-03-02 13:49:15 -0500
commitf2c5c3e8810dce33724d3929675794dda3ce3c90 (patch)
treefa57be968e03c264f637c890e8883a355ac62463 /themes/default/layouts/partials/meta-date-time.html
parentdb4dbf814ebbd9279fe25cb6c623daf2be05fd35 (diff)
downloadcanory-f2c5c3e8810dce33724d3929675794dda3ce3c90.tar.gz
canory-f2c5c3e8810dce33724d3929675794dda3ce3c90.tar.bz2
canory-f2c5c3e8810dce33724d3929675794dda3ce3c90.zip
themes/default/layouts/partials/meta: Remove unneeded author data calls
Since an author = a section (not sure if that's a good thing) .Section can be used in some places
Diffstat (limited to 'themes/default/layouts/partials/meta-date-time.html')
-rw-r--r--themes/default/layouts/partials/meta-date-time.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/meta-date-time.html b/themes/default/layouts/partials/meta-date-time.html
index a5465f3..0c01edd 100644
--- a/themes/default/layouts/partials/meta-date-time.html
+++ b/themes/default/layouts/partials/meta-date-time.html
@@ -1,5 +1,3 @@
-{{- $author := partial "function-authors-data.html" . -}}
-
<micro-metadata-datetime
title="{{ .Date | time.Format "Posted: Monday, January 2, 2006 at 15:04:05 MST" }}
{{ if .Lastmod.After .Date }}{{ .Lastmod | time.Format "Edited: Monday, January 2, 2006 at 15:04:05 MST" }}{{ end }}">