diff --git a/src/_layouts/post.html b/src/_layouts/post.html index c42e4e99..f032ed5a 100644 --- a/src/_layouts/post.html +++ b/src/_layouts/post.html @@ -1,6 +1,5 @@ --- layout: default -isBlogPage: true eleventyComputed: preloads: - diff --git a/src/_posts/_posts.11tydata.js b/src/_posts/_posts.11tydata.js index 6f87b852..ebe479ff 100644 --- a/src/_posts/_posts.11tydata.js +++ b/src/_posts/_posts.11tydata.js @@ -5,7 +5,6 @@ const featureFlags = require('../_data/featureFlags'); module.exports = { layout: 'post', permalink: (data) => `/blog/${data?.page?.fileSlug}/`, - isBlogPage: true, isPost: true, eleventyComputed: { scripts: (data) => {