Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The appHeader component macro currently imports the appSiteSearch macro using a relative URL. This prevents customisation of the appSiteSearch macro using the Nunjucks import prioritisation logic. Bringing this import inline with other import syntax across the plugin fixes this issue. For example, a consuming 11ty app wants to override the appSiteSearch macro, so can now create a "_includes/components/site-search/macro.njk" template to do that.
- Loading branch information