From 15195f76c87cd15df4112ac486ea2ced6617deda Mon Sep 17 00:00:00 2001 From: AleksandrHovhannisyan Date: Sat, 25 Mar 2023 12:26:18 -0500 Subject: [PATCH] Update aria-current=page logic --- src/_layouts/post.html | 1 - src/_posts/_posts.11tydata.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/_layouts/post.html b/src/_layouts/post.html index c42e4e993..f032ed5af 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 6f87b852d..ebe479ff2 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) => {