Skip to content

Commit

Permalink
removing "" from path config and staticman
Browse files Browse the repository at this point in the history
  • Loading branch information
pateskinasy committed Mar 15, 2018
1 parent 27356db commit b96dd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ staticman:
filename : # comment-{@timestamp}
format : # "yml"
moderation : # true
path : "/docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default)
path : /docs/_data/comments/{options.slug} # "/_data/comments/{options.slug}" (default)
requiredFields : # ['name', 'email', 'message']
transforms:
email : # "md5"
Expand Down
2 changes: 1 addition & 1 deletion staticman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ comments:
# (*) REQUIRED
#
# Destination path (directory) for the data files. Accepts placeholders.
path: "/docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default)
path: /docs/_data/comments/{options.slug} # "/_data/comments/{options.slug}" (default)

# Names of required files. If any of these isn't in the request or is empty,
# an error will be thrown.
Expand Down

0 comments on commit b96dd8b

Please sign in to comment.