From b6abcbc7766ce22c6045ba76b2238c23d7265c2b Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 21 May 2023 17:13:16 -0400 Subject: [PATCH] add lots of transitions --- themes/secluded/assets/scss/_list.scss | 1 - themes/secluded/layouts/_default/list.html | 15 +++++++-------- themes/secluded/layouts/_default/single.html | 2 +- themes/secluded/layouts/generic/single.html | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/themes/secluded/assets/scss/_list.scss b/themes/secluded/assets/scss/_list.scss index 8f3e5c0..803faab 100644 --- a/themes/secluded/assets/scss/_list.scss +++ b/themes/secluded/assets/scss/_list.scss @@ -29,7 +29,6 @@ &-day { float: right; - font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace; } &-item { padding-bottom: 35px; diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index 9728127..ef30e08 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -1,6 +1,6 @@ {{ define "main" }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Content | safeHTML }}
@@ -9,17 +9,15 @@ - {{ $title := .Title }} - {{ if eq $title "Posts" }}

Categories

+ All {{ range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{.Title}} {{- end }}

- {{ end }}
@@ -30,13 +28,14 @@ {{- else }}
  • - {{.Title}} - {{ if .Site.Params.dateformShort }}{{ .Date.Format .Site.Params.dateformShort }}{{ else }}{{ .Date.Format "Jan 02"}}{{ end }} + {{.Title}} + {{ if .Site.Params.dateformShort }}{{ .Date.Format .Site.Params.dateformShort }}{{ else }}{{ .Date.Format "2006-01-02" }}{{ end }} -

    {{ .Summary | truncate 140 }}

    +

    {{ .Summary | truncate 140 }}

    + {{ $title := .Title }} {{- range (.GetTerms "tags") }} - {{.Title}} + {{.Title}} {{- end }}

  • diff --git a/themes/secluded/layouts/_default/single.html b/themes/secluded/layouts/_default/single.html index 82757ae..ffa080f 100644 --- a/themes/secluded/layouts/_default/single.html +++ b/themes/secluded/layouts/_default/single.html @@ -2,7 +2,7 @@
    -

    {{ .Title | markdownify }}

    +

    {{ .Title | markdownify }}

    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.rss_only }} diff --git a/themes/secluded/layouts/generic/single.html b/themes/secluded/layouts/generic/single.html index eae9cc9..a3a548f 100644 --- a/themes/secluded/layouts/generic/single.html +++ b/themes/secluded/layouts/generic/single.html @@ -2,7 +2,7 @@