feat: ✨ show dynamic page title
This commit is contained in:
parent
33e603cf05
commit
b5814108c8
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Character Ref</title>
|
||||
<title webc:if="$data.fullName" @text="`${$data.fullName} — Character Reference`"></title>
|
||||
<title webc:else>Choose Your Character!</title>
|
||||
|
||||
<template webc:is="page-head-base" webc:nokeep></template>
|
||||
<template webc:is="page-head-fonts" webc:nokeep></template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue