Typo: extra-head.html → extra_head.html.

This commit is contained in:
tastytea 2020-12-29 15:56:31 +01:00
parent fee2c6c7b6
commit 93b6948706
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Slick]. It is valid for nocolor too, with these exceptions:
* `favicon` and `css` have to be in in the assets folder.
You can add things to the end of the `<head>` section by overwriting the partial
template `extra-head.html` or above the footer by overwriting
template `extra_head.html` or above the footer by overwriting
`extra_foot.html`. The common way to do it is to create
`layouts/partials/extra_head.html` or `layouts/partials/extra_foot.html`,
respectively.