From 4c8109b676dc3496be26bb79a7d31dc21fd4a63b Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sun, 19 Jul 2026 16:53:15 -0400 Subject: [PATCH] First cut of myWebLog v3-compatible theme --- .gitignore | 3 +- theme/index.liquid | 15 +++++----- theme/layout-partial.liquid | 4 +-- theme/layout.liquid | 58 ++++++++++++++++++------------------- theme/single-page.liquid | 12 ++++---- theme/single-post.liquid | 37 +++++++++++++---------- 6 files changed, 68 insertions(+), 61 deletions(-) diff --git a/.gitignore b/.gitignore index 1fbf405..3922a71 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ db.json node_modules/ public/ .deploy*/ -.idea/sonarlint \ No newline at end of file +.idea/sonarlint +*.zip diff --git a/theme/index.liquid b/theme/index.liquid index bfc8cc1..7063cd2 100644 --- a/theme/index.liquid +++ b/theme/index.liquid @@ -4,11 +4,11 @@

{{ subtitle }}

{%- endif %} {% endif %} -{%- for post in model.posts %} +{%- for post in posts.posts %}

- {{ post.published_on | date: "dddd, MMMM d, yyyy" }}
+ {{ post.published_on | format_date: "dddd, MMMM d, yyyy" }}
  Edit Post{% endif %}

{%- endfor %} -