From ca11dd33ec93a4d9077bb1d8d6f3cc58e269e55e Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 6 Feb 2023 20:35:48 -0500 Subject: 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 --- themes/default/layouts/_default/home.records.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'themes/default/layouts/_default/home.records.html') 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" . -}} + {{ range (.Paginator.Pages.GroupByDate "2006") }} @@ -33,7 +35,7 @@ {{ .Date.Format "02 Jan" }} {{ partial "meta-tags.html" . }} — {{ partial "meta-title.html" . }} - @{{ partial "author-user.html" . }} + @{{ $author.user }} {{ end }} -- cgit v1.2.3