diff --git a/README.md b/README.md index b49ec42..0a80bdc 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# walkah.blog \ No newline at end of file +# walkah.blog diff --git a/_config.ts b/_config.ts index f08ff65..805cfea 100644 --- a/_config.ts +++ b/_config.ts @@ -25,7 +25,7 @@ site.use(feed({ title: "=title", description: "=excerpt", }, - query: "type=post" + query: "type=post", })); site.use(metas()); site.use(nunjucks()); diff --git a/_includes/layouts/default.njk b/_includes/layouts/default.njk index dabaf2d..16888af 100644 --- a/_includes/layouts/default.njk +++ b/_includes/layouts/default.njk @@ -3,7 +3,7 @@ - {{ title or metas.site }} + {{ title or metas.site }} - James Walker diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 1041cdd..43cac4b 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -5,12 +5,12 @@

{{ title }}

- {% if post.feature_image %} + {% if image %}
- {{ post.feature_image_alt }} - {% if post.feature_image_caption %} + {{ image_alt }} + {% if image_caption %}
- {{ post.feature_image_caption }} + {{ image_caption }}
{% endif %}
@@ -20,7 +20,7 @@