> ## 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.

# footer.hbs partial

- URL: https://getpublii.com/dev/footerhbs-partial/
- Published: 2017-08-04T22:46:27.404Z
- Updated: 2024-02-08T09:35:59.285Z
- Description: This partial is used as an ending for your theme \*.hbs files - in every file which should display your website's footer: {{> footer}} With…
- Author: Tomasz Dziuda
- Tags: Partials

This partial is used as an ending for your theme \*.hbs files - in every file which should display your website's footer:

```handlebars
{{> footer}}
```

With this solution you won't have to duplicate your code across multiple files, or change many file when making modifications.
