diff --git a/layouts/partials/blog/li.html b/layouts/partials/blog/li.html index d60eb7d..75c1815 100644 --- a/layouts/partials/blog/li.html +++ b/layouts/partials/blog/li.html @@ -1,18 +1,41 @@ + + {{ range .Pages.ByPublishDate.Reverse }} {{ $post := . }} -
- {{ with .Params.image }} - {{ with $post.Resources.GetMatch . }} - {{ with .Resize "400x" }} -
- - {{ $post.Title }} - -
- {{ end }} - {{ end }} - {{ end }} -
+
+

{{ $post.Title | markdownify }}

@@ -21,9 +44,23 @@ {{ $post.Date.Format (.Site.Params.dateFormat | default ":date_medium") }}

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

{{ $post.Summary | truncate 150 }}

- {{ end }}
+ {{ with .Params.image }} + {{ with $post.Resources.GetMatch . }} + {{ with .Resize "400x" }} +
+ + {{ $post.Title }} + +
+ {{ end }} + {{ end }} + {{ end }}
+
+ {{ if $post.Summary }} +

{{ $post.Summary | truncate 150 }}

+ {{ end }} +
+
{{ end }} diff --git a/public/blog/index.html b/public/blog/index.html index 56a0b95..2facecd 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -140,21 +140,44 @@ Posts - Dendroalsia
- + + + + +
+

River level charts

@@ -163,29 +186,32 @@ Posts - Dendroalsia Oct 14, 2024

- -

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

-
    -
  • what water level different rivers are currently at
  • -
  • how does …

-
-
- - -
-
- - Pretty rivers +
+ + River level charts
-
+
+
+ +

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

+
    +
  • what water level different rivers are currently at
  • +
  • how does …

+ +
+
+ + +
+

Pretty rivers

@@ -194,11 +220,25 @@ Posts - Dendroalsia 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 …

-
+ + + +
+ + Pretty rivers + +
+ + +
+
+ +

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 …

+ +
+