You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
The title of a scope page for some frontmatter's key (ex. /tag/sometag/) is able to be set like getPaginationPageTitle. Currently it is automatically set to "${key} ${entryTitle}"here.
What does the proposed API look like?
Almost same as getPaginationPageTitle. Add getScopePageTitle: (key: string) => string to frontmatter option.
If like bellow, the title will be set to "tag=foo | ${project_title}" with default theme: