Skip to content

Commit 593a7e9

Browse files
Update using-yaml-frontmatter.md
Title tag is required according to this code: https://github.com/github/docs/blob/f584b8f16867a48d2268deb733acce68484299d4/src/frame/lib/frontmatter.js#L40
1 parent f584b8f commit 593a7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/contributing/writing-for-github-docs/using-yaml-frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For more information, see [AUTOTITLE](/contributing/syntax-and-versioning-for-gi
102102

103103
* Purpose: Set a human-friendly title for use in the rendered page's `<title>` tag and an `h1` element at the top of the page.
104104
* Type: `String`
105-
* Optional. If omitted, the page `<title>` will still be set, albeit with a generic value like `GitHub.com` or `GitHub Enterprise`.
105+
* **Required**. If omitted, the page `<title>` will still be set, albeit with a generic value like `GitHub.com` or `GitHub Enterprise`.
106106

107107
### `shortTitle`
108108

0 commit comments

Comments
 (0)