Skip to content

config $siteTitle by frontmatter #3086

Open
@andyFang94

Description

@andyFang94

Feature request

What problem does this feature solve?

Different pages can be configured with different site names

What does the proposed API look like?

  get $siteTitle () {
     const { siteTitle } = this.$page.frontmatter
     return siteTitle  || this.$localeConfig.title || this.$site.title || ''
   }

How should this be implemented in your opinion?

Are you willing to work on this yourself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions