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 %} -