How to change index.html meta title? #2483
-
I clone your master branch then add my post and my pages. <!-- begin _includes/seo.html --><title>Posts by Collection - sumarsono.com</title> Posts by Collection is title from about page. My question is, how to add correct title to my home page without add Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You add the page title using YAML Front Matter. The For example, the demo "Posts by Collection" page has the following front matter.
Change the the text to what you want. |
Beta Was this translation helpful? Give feedback.
You add the page title using YAML Front Matter. The
.html
or.md
file you're using for the Posts by Collection page has atitle
key that you can modify.For example, the demo "Posts by Collection" page has the following front matter.
Change the the text to what you want.