How can i set a custom header tittle? #3546
Answered
by
mmistakes
yosoyfreeman
asked this question in
Q&A
-
Hi, i'm working on the hope page and i would like to have a custom tittle for the header. So, if my site name is YoSoyFreeman, i want to show a "Hi, I'm freeman" on the header image, but i cant find a way to set this. |
Beta Was this translation helpful? Give feedback.
Answered by
mmistakes
Mar 31, 2022
Replies: 1 comment 1 reply
-
The header overlay uses what is assigned as the page's title. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yosoyfreeman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The header overlay uses what is assigned as the page's title.
You could try adding
title: "Hi, I'm freeman"
to the home page's YAML front matter and see if that works.