---
title: My Custom Frontmatter Title
tags: [example, frontmatter, test]
date: 2023-10-27
---

# This H1 will be IGNORED for the page title

This is a test note to demonstrate how YAML frontmatter works.

The `<title>` of this page should be "My Custom Frontmatter Title", not "This H1 will be IGNORED..." or the filename.

## Some Content

Here is some regular content in the note.

- A list item
- Another list item

You can see how the `title` key in the frontmatter block at the very top of this file is used to override the default title generation logic.