Add custom header and footer partial support
This commit is contained in:
parent
b781218f4e
commit
d4c858a4f9
5 changed files with 5 additions and 0 deletions
|
@ -27,3 +27,6 @@ facebook = "example"
|
|||
twitter = "tonyblyler"
|
||||
linkedin = "tblyler"
|
||||
```
|
||||
|
||||
You can also append your own `<head>` and footer elements (just before the `</body>`).
|
||||
Do so by creating `layouts/partials/foot.html` and `layouts/partials/head.html` files in your hugo directory before compilation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue