diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index fa544e3..eda3c35 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -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: "Nutrition Coach & Chef Consultant"
---
diff --git a/layouts/index.html b/layouts/index.html
index 66f5555..9fffcc4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,13 +10,13 @@
{{ with .Params.header_logo }}{{ end }}
{{ if .Site.Params.title_guard }}