Interface SiteInfo

Represents the site information, including the title and subtitle items.

interface SiteInfo {
    subTitleItems: SubTitleItem[];
    title: string;
}

Properties

Properties

subTitleItems: SubTitleItem[]

An array of subtitle items (either links or text).

title: string

The title of the site.