diff --git a/src/index.html b/src/index.html index f2280557..63f02f9a 100644 --- a/src/index.html +++ b/src/index.html @@ -1,12 +1,12 @@ --- layout: default title: Blog -templateEngineOverride: liquid,md pagination: data: collections.posts size: 10 reverse: true alias: posts +templateEngineOverride: liquid,md --- {% for post in pagination.items %} {% if post.data.published %} diff --git a/src/tagList.md b/src/tagList.md index d4d5308e..c7a3f31d 100644 --- a/src/tagList.md +++ b/src/tagList.md @@ -7,11 +7,12 @@ pagination: permalink: /tags/{{ tag }}/ eleventyComputed: title: '{{ tag }}' +templateEngineOverride: liquid,md --- {% for post in collections[tag] %} -