From b25dd50157bae097d1180a444b72c170917f5fbb Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 31 May 2023 19:54:26 -0400 Subject: [PATCH] improve view transition styling --- themes/secluded/layouts/_default/list.html | 4 ++-- themes/secluded/layouts/_default/single.html | 2 +- themes/secluded/layouts/generic/single.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index 40e6532..22972a6 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -24,10 +24,10 @@ {{- range .Pages }} {{- if .Params.rss_only }} {{- else }} -
  • +
  • {{.Title}}

    {{ .Summary | truncate 140 }}

    -

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }}

    +

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }}

    {{- if .Params.tags }}

    {{ $title := .Title }} diff --git a/themes/secluded/layouts/_default/single.html b/themes/secluded/layouts/_default/single.html index 9169a1d..b2572d1 100644 --- a/themes/secluded/layouts/_default/single.html +++ b/themes/secluded/layouts/_default/single.html @@ -3,7 +3,7 @@

    {{ .Title | markdownify }}

    -

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}

    +

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}

    Download this post as: PDF, EPUB, or plaintext

    {{- if .Params.tags }}

    diff --git a/themes/secluded/layouts/generic/single.html b/themes/secluded/layouts/generic/single.html index b909f29..7ecf154 100644 --- a/themes/secluded/layouts/generic/single.html +++ b/themes/secluded/layouts/generic/single.html @@ -3,7 +3,7 @@

    {{ .Title | markdownify }}

    -

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}>

    +

    Reading Time: {{ .ReadingTime }} minutes | Published: {{ dateFormat "2006-01-02" .Date }} | Last Edited: {{ dateFormat "2006-01-02" .Lastmod }}>

    {{- if .Params.toc }}