feat: allow for alternating titles on character sub-pages

This commit is contained in:
Sebin Nyshkim 2025-07-16 20:53:34 +02:00
parent 170c720898
commit 08ea23c3a4
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -27,7 +27,7 @@ feedbackLink: https://cloud.sebin-nyshkim.net/apps/forms/s/eHjsosE9FB4fCpjBt4mbP
</profile>
<page-content :@char="$data.firstName.toLowerCase()">
<h1 @text="$data.eleventyNavigation.key"></h1>
<h1 @text="$data.title || $data.eleventyNavigation.key"></h1>
<template @raw="content" webc:nokeep></template>
</page-content>