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

feature request: yaml vars in beginning of the layout #21

Open
dkrnl opened this issue Dec 23, 2017 · 1 comment
Open

feature request: yaml vars in beginning of the layout #21

dkrnl opened this issue Dec 23, 2017 · 1 comment

Comments

@dkrnl
Copy link

dkrnl commented Dec 23, 2017

Hi!
I have an idea use front-matter package
PR Welcome?

---
title: Just hack'n
description: Nothing to see here
---
<html>
    <head>
        <title>{{ title }}</title>
        <meta name="description" content="{{ description }}" >
    </head>
    ....
</html>
@jescalan
Copy link
Member

Sure! I think perhaps it would fit best as a separate package though, rather than a feature of layouts 😁

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

No branches or pull requests

2 participants