Skip to content

Commit

Permalink
Update aria-current=page logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrHovhannisyan committed Mar 25, 2023
1 parent 055d7e6 commit 15195f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/_layouts/post.html
@@ -1,6 +1,5 @@
---
layout: default
isBlogPage: true
eleventyComputed:
preloads:
-
Expand Down
1 change: 0 additions & 1 deletion src/_posts/_posts.11tydata.js
Expand Up @@ -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) => {
Expand Down

0 comments on commit 15195f7

Please sign in to comment.