diff --git a/layouts/partials/blog/li.html b/layouts/partials/blog/li.html index 75c1815..7847c94 100644 --- a/layouts/partials/blog/li.html +++ b/layouts/partials/blog/li.html @@ -25,6 +25,18 @@ flex-direction: column; } + .post-thumbnail { + order: 2; + } + + .post-content { + order: 1; + } + + .post-summary { + order: 3; + } + .post-thumbnail img { max-width: 100%; width: 100%; @@ -35,16 +47,6 @@ {{ range .Pages.ByPublishDate.Reverse }} {{ $post := . }}
-
-

- {{ $post.Title | markdownify }} -

- {{ if $post.Params.date }} -

- {{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }} -

- {{ end }} -
{{ with .Params.image }} {{ with $post.Resources.GetMatch . }} {{ with .Resize "400x" }} @@ -56,11 +58,19 @@ {{ end }} {{ end }} {{ end }} -
-
- {{ if $post.Summary }} -

{{ $post.Summary | truncate 150 }}

- {{ end }} +
+

+ {{ $post.Title | markdownify }} +

+ {{ if $post.Params.date }} +

+ {{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }} +

+ {{ end }} + {{ if $post.Summary }} +

{{ $post.Summary | truncate 150 }}

+ {{ end }} +

{{ end }} diff --git a/public/blog/index.html b/public/blog/index.html index 2facecd..2ab1aad 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -167,6 +167,18 @@ Posts - Dendroalsia flex-direction: column; } + .post-thumbnail { + order: 2; + } + + .post-content { + order: 1; + } + + .post-summary { + order: 3; + } + .post-thumbnail img { max-width: 100%; width: 100%; @@ -177,16 +189,6 @@ Posts - Dendroalsia
-
-

- River level charts -

- -

- Oct 14, 2024 -

- -
@@ -198,29 +200,27 @@ Posts - Dendroalsia -
-
- -

I’m interested in rivers (both ecologically and recreationally) and I want to know

+
+

+ River level charts +

+ +

+ Oct 14, 2024 +

+ + +

I’m interested in rivers (both ecologically and recreationally) and I want to know

- + +

-
-

- Pretty rivers -

- -

- Jan 1, 2024 -

- -
@@ -232,11 +232,19 @@ Posts - Dendroalsia -
-
- -

I like maps that isolate different natural features. And I think that rivers make pretty patterns. So I made a series of scripts that generates a …

- +
+

+ Pretty rivers +

+ +

+ Jan 1, 2024 +

+ + +

I like maps that isolate different natural features. And I think that rivers make pretty patterns. So I made a series of scripts that generates a …

+ +