- {{ $post.Title | markdownify }} -
- {{ if $post.Params.date }} -- {{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }} -
- {{ end }} -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.Date.Format (.Site.Params.dateFormat | default ":date_medium") }} -
- {{ end }} -{{ $post.Summary | truncate 150 }}
- {{ end }} ++ {{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }} +
+ {{ end }} + {{ if $post.Summary }} +{{ $post.Summary | truncate 150 }}
+ {{ end }} +- Oct 14, 2024 -
- -I’m interested in rivers (both ecologically and recreationally) and I want to know
++ Oct 14, 2024 +
+ + +I’m interested in rivers (both ecologically and recreationally) and I want to know
- 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 …
- ++ 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 …
+ +