Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HTML frontmatter #116

Merged
merged 1 commit into from Feb 7, 2016

Conversation

fson
Copy link
Contributor

@fson fson commented Jan 20, 2016

Load metadata for HTML files from a frontmatter embedded in HTML comments.

Example:

<!--
title: Hello World
order: 1
-->
<h1>Hello World</h1>

Load metadata for HTML files from a frontmatter
embedded in HTML comments.
@KyleAMathews
Copy link
Contributor

cool! Didn't know there was an HTML frontmatter plugin. This is perfect.

KyleAMathews added a commit that referenced this pull request Feb 7, 2016
Add support for HTML frontmatter
@KyleAMathews KyleAMathews merged commit bcc2722 into gatsbyjs:master Feb 7, 2016
pragmaticpat pushed a commit to pragmaticpat/gatsby that referenced this pull request Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants