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

front matter defaults not applied to collection posts #275

Closed
ecupaio opened this issue Jan 13, 2017 · 1 comment
Closed

front matter defaults not applied to collection posts #275

ecupaio opened this issue Jan 13, 2017 · 1 comment

Comments

@ecupaio
Copy link

ecupaio commented Jan 13, 2017

Here's my _config.yml

collections:
  bios:
    output: true
    permalink: /bios/:path/
  chapters:
    output: true
defaults:
  -
    scope:
      path: "bios"
      type: "bios"
    values:
      layout: "bios"

When I look at any of my bios posts or create new bios posts, the front matter default layout: "bios" is not in the md file nor is it visible in the admin interface. What's the deal?

@mertkahyaoglu
Copy link
Member

Jekyll Admin is currently not supporting the front matter defaults. We are going to fix this soon.
You can track this issue from #165

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