Skip to content

How to change index.html meta title? #2483

Answered by mmistakes
nalakawula asked this question in Q&A
Discussion options

You must be logged in to vote

You add the page title using YAML Front Matter. The .html or .md file you're using for the Posts by Collection page has a title key that you can modify.

For example, the demo "Posts by Collection" page has the following front matter.

title: "Posts by Collection"

Change the the text to what you want.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2483 on December 22, 2020 15:29.