Skip to content

Date archive title and description

Choose a tag to compare

@ashhitch ashhitch released this 06 Feb 21:19
· 44 commits to master since this release
e91fd80

What's Changed

Adds Date archive title and description

query GetSeoConfig {
    seo {
        meta {
            date {
                description
                title
            }
        }
    }
}

Full Changelog: v4.21.0...v4.22.0