From 187e4ff528ee5395efb52f20f95d9f9a1c7d83a6 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 17 Oct 2023 18:54:19 -0400 Subject: themes/default/layouts/_default/home.archives: Pull out time line --- themes/default/layouts/_default/home.archives.html | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'themes/default/layouts/_default') diff --git a/themes/default/layouts/_default/home.archives.html b/themes/default/layouts/_default/home.archives.html index 3b5c94b..3040c86 100644 --- a/themes/default/layouts/_default/home.archives.html +++ b/themes/default/layouts/_default/home.archives.html @@ -22,10 +22,10 @@ {{- define "middle" -}} - + {{ range (.Paginator.Pages.GroupByDate "2006") }} {{ range (first 1 .Pages) }} -

{{ .Date | time.Format "2006" }}

+

{{ .Date | time.Format "2006" }}

{{ end }}
    {{ range .Pages }} @@ -35,17 +35,25 @@ title="{{ partial "meta-title.html" . }}" href="{{ .Permalink }}#{{ partial "card-id.html" . }}" > - - {{ .Date | time.Format "02 Jan" }} - - {{ partial "meta-title.html" . }} - @{{ $author.user }} + + + +
    +

    {{ partial "meta-title.html" . }}

    +

    @{{ or .Params.feed.domain $author.user }}

    +
    {{ end }}
{{ end }} -
+
{{- end -}} -- cgit v1.2.3