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

Conflict between theme-specific and global partials #24

Open
hacksalot opened this issue Jan 11, 2016 · 0 comments
Open

Conflict between theme-specific and global partials #24

hacksalot opened this issue Jan 11, 2016 · 0 comments
Milestone

Comments

@hacksalot
Copy link
Member

Theme-specific partials in the theme's partials sub-folder will conflict with global partials if the partials share the same name, even if they're different formats.

That is, if the theme author creates a theme-specific partial called my-theme/src/partials/projects.xml, but tries to use the HTML global partial in fresh/themes/partials/html/projects.html in an HTML template via...

{{> projects }}

...projects.xml will be rendered, not projects.html.

@hacksalot hacksalot added this to the v0.13.0-beta milestone Jan 11, 2016
@hacksalot hacksalot modified the milestones: v0.13.0-beta, v0.14.0-beta Jan 22, 2016
@hacksalot hacksalot modified the milestones: v0.14.0-beta, v1.0.0 Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant