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

Any way to render matter in the template itself? #44

Closed
devinus opened this issue Sep 4, 2015 · 2 comments
Closed

Any way to render matter in the template itself? #44

devinus opened this issue Sep 4, 2015 · 2 comments

Comments

@devinus
Copy link

devinus commented Sep 4, 2015


---
layout: layout.html.hbs
title: The title
name: Devin

---
<p>{{name}}</p>

This is being output as:

<!doctype html>
<html>
<head>
  <title>The title</title>
</head>
<body>
  <p>{{name}}</p>

</body>
</html>
@devinus
Copy link
Author

devinus commented Sep 4, 2015

I just found metalsmith-in-place. Is there no way to combine "in place" templates and layouts?

@devinus
Copy link
Author

devinus commented Sep 4, 2015

Ok, this seems to have just started working somehow. I'm not sure what I was doing wrong before.

@devinus devinus closed this as completed Sep 4, 2015
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

1 participant