feat: ✨ allow for alternating titles on character sub-pages
This commit is contained in:
parent
170c720898
commit
08ea23c3a4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ feedbackLink: https://cloud.sebin-nyshkim.net/apps/forms/s/eHjsosE9FB4fCpjBt4mbP
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<page-content :@char="$data.firstName.toLowerCase()">
|
<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>
|
<template @raw="content" webc:nokeep></template>
|
||||||
</page-content>
|
</page-content>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue