-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Admin saving to _posts
in root instead of custom collection folder collections_dir
#703
Comments
I'm running into this now as well. Oddly, it didn't happen for me until after I added additional collections and starting messing with default frontmatter. I can't tell what caused it to start. It only happens on Edit. Creation of new items lands them where they're supposed to go. This is a breaking bug for me
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When editing posts which have been moved to the custom collections directory, as defined by
collections_dir
in_config.yml
Admin deletes the file in thecustom_collection_dir/_posts
folder and creates it in the_posts
folder (in root).Tell us a bit about yourself:
Steps to reproduce:
_config.yml
for custom collection folder._posts
folder in custom collection directory.bundle exec jekyll serve
I expected the following:
Changes should be saved to the custom collection directory.
But got the following, instead:
Changes saved to a new file (in a subfolder) in root directory, with the file in custom collection directory deleted.
Other details:
Related: #449
The text was updated successfully, but these errors were encountered: