fix: disable about.njk completely with permalink: false

Set permalink: false directly in frontmatter to ensure the template
never renders. Users should create their own about page via
post-type-page plugin.

Removed about.11tydata.js as it's no longer needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ricardo
2026-02-02 13:08:42 +01:00
parent f03e48e4db
commit 44bfa6de9e
2 changed files with 2 additions and 21 deletions

View File

@@ -1,6 +1,8 @@
---
layout: layouts/base.njk
title: About
permalink: false
eleventyExcludeFromCollections: true
---
<article class="h-card">
<header class="mb-6 sm:mb-8 flex flex-col sm:flex-row gap-6 sm:gap-8 items-start">