Skip to content

Instantly share code, notes, and snippets.

@jhyland87
Created December 1, 2016 16:18
Show Gist options
  • Save jhyland87/1649f690a17c403970d5f1c0f76a8880 to your computer and use it in GitHub Desktop.
Save jhyland87/1649f690a17c403970d5f1c0f76a8880 to your computer and use it in GitHub Desktop.
hello-world.md and head.md

--------------------------------

File: source/hello-world.md


title: hello-world layout: hello-world.pug include: head: head

(hello-world.md) This file should show the rendered HTML data from head.pug, but it only shows the content from head.md

--------------------------------

File: source/head.md


title: head layout: head.pug

(File: head.md) When viewing hello-world.html, you'll see this sentence, but no rendered data from head.pug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment