safeHTML used for header, footer and content titles

This commit is contained in:
zjedi 2023-03-21 00:30:33 +01:00
parent 62c402673b
commit 4902a83bfd
3 changed files with 9 additions and 6 deletions

View file

@ -3,6 +3,7 @@
header_image: "images/cover-image.jpg"
# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling
header_logo: "images/chef-hat.png"
# Headers are safeHTML, you can use HTML tags such as b,i,u,br
header_headline: "Jane Doe"
header_subheadline: "Hi there , I am a Nutrition Coach & Chef Consultant"
header_subheadline: "<b>Nutrition</b> Coach & <b>Chef</b> Consultant"
---