When we visit the pages in the browser, the browser tab shows the name of the file (like "index" or "lists") but we want the document title to show up instead.
UPDATE: this only happens in production on github pages. the local webserver displays the website title
Maybe use document title metadata to set this in the YML front-matter?
When we visit the pages in the browser, the browser tab shows the name of the file (like "index" or "lists") but we want the document title to show up instead.
UPDATE: this only happens in production on github pages. the local webserver displays the website title
Maybe use document
title
metadata to set this in the YML front-matter?