diff --git a/themes/secluded/assets/scss/_list.scss b/themes/secluded/assets/scss/_list.scss index 8f3e5c074bfa652ce9ae89f0b1fba8d4e42ae5ac..803faab793aafe705f90cbb320ebd089fe2a6fd7 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 97281271257b5232e0e51c11b3e2a0ed8c117b4f..ef30e0837a52fb61c951ffdbcdaa9d0d335c6081 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 82757aeff34f04d41c66dace6ae5ed5e3bb01837..ffa080ff85e6fdf703b6e4f24a2ac5dc60198bbe 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 eae9cc9c2342321bdf24b9c64eba4d1489976058..a3a548f81492241986e8f24079d640205a492ee4 100644 --- a/themes/secluded/layouts/generic/single.html +++ b/themes/secluded/layouts/generic/single.html @@ -2,7 +2,7 @@