fresh-standard / fresh-themes

Multiformat themes and skins for your technical résumé/CV.
MIT License
194 stars 63 forks source link

Conflict between theme-specific and global partials #24

Open hacksalot opened 8 years ago

hacksalot commented 8 years ago

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.