aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.records.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-02-06 20:35:48 -0500
committertdro <tdro@noreply.example.com>2023-02-06 20:35:48 -0500
commitca11dd33ec93a4d9077bb1d8d6f3cc58e269e55e (patch)
treea9b8d5daba428d12af9387015fe2af38d7f68c5e /themes/default/layouts/_default/home.records.html
parent7cec20bb3dbd798c2b1c0cad93ff2cc5c2bcb66e (diff)
downloadcanory-ca11dd33ec93a4d9077bb1d8d6f3cc58e269e55e.tar.gz
canory-ca11dd33ec93a4d9077bb1d8d6f3cc58e269e55e.tar.bz2
canory-ca11dd33ec93a4d9077bb1d8d6f3cc58e269e55e.zip
themes/default/layouts/partials: Remove redundant paths
themes/default/layouts/partials/author-media-path.html themes/default/layouts/partials/author-name.html themes/default/layouts/partials/author-user.html
Diffstat (limited to 'themes/default/layouts/_default/home.records.html')
-rw-r--r--themes/default/layouts/_default/home.records.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.records.html b/themes/default/layouts/_default/home.records.html
index 1fe7425..137c673 100644
--- a/themes/default/layouts/_default/home.records.html
+++ b/themes/default/layouts/_default/home.records.html
@@ -20,6 +20,8 @@
)
}}
+ {{- $author := partial "function-authors-data.html" . -}}
+
<records-archive>
<item-list>
{{ range (.Paginator.Pages.GroupByDate "2006") }}
@@ -33,7 +35,7 @@
<code title="{{ .Date | time.Format "Posted: Monday, January 2, 2006 at 15:04:05 MST" }}">{{ .Date.Format "02 Jan" }}</code>
</span>
<span>{{ partial "meta-tags.html" . }} &mdash; {{ partial "meta-title.html" . }}</span>
- <span>@{{ partial "author-user.html" . }}</span>
+ <span>@{{ $author.user }}</span>
</li>
{{ end }}
</ul>