Default Theme Meta Tags

The default theme renders meta tags only when values are provided (or when it falls back to its defaults).

Logo and Favicon Resolution

Order of precedence:

  1. frontmatter.logo / frontmatter.favicon on the current page
  2. frontmatter.logo / frontmatter.favicon on the root index page
  3. site.logo / site.favicon from config
  4. Theme defaults (/logo.png, /favicon.png)

To explicitly disable the logo/favicon, set logo: false / favicon: false (in frontmatter or config). false stops resolution and skips all fallbacks (including theme defaults).

If the resolved value is falsy, the corresponding <link rel="icon"> tag (or logo <img>) is not rendered.

Meta Description

Open Graph

Twitter Card