Created
October 24, 2016 18:49
-
-
Save sskylar/b1b31103b366bee62b1e641c1bb5d759 to your computer and use it in GitHub Desktop.
Jekyll defaults with empty list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
defaults: | |
- scope: | |
path: '' | |
type: posts | |
values: | |
list_with_placeholder: ["placeholder"] | |
empty_list: [] | |
empty_object: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment