head.hbs partial
This partial is used as a beginning of your theme's *.hbs files in every file which will display the head of your website:
{{> head}}
With this solution you won't need to duplicate code nor apply changes across multiple files.
This partial is used as a beginning of your theme's *.hbs files in every file which will display the head of your website:
{{> head}}
With this solution you won't need to duplicate code nor apply changes across multiple files.
What are you waiting for?