> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# head.hbs partial

- URL: https://getpublii.com/dev/headerhbs-partial/
- Published: 2017-08-04T22:46:03.242Z
- Updated: 2025-01-06T08:49:11.290Z
- Description: 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}}…
- Author: Tomasz Dziuda
- Tags: Partials

This partial is used as a beginning of your theme's \*.hbs files in every file which will display the head of your website:

```handlebars
{{> head}}
```

With this solution you won't need to duplicate code nor apply changes across multiple files.
