mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
Change footer inject below the body
This commit is contained in:
parent
629c4bb1d4
commit
3742e6f0f4
@ -168,8 +168,10 @@ There are few empty partials you can override in `layouts/partials/`
|
||||
| -- | -- |
|
||||
| `layouts/partials/docs/inject/head.html` | Before closing `<head>` tag |
|
||||
| `layouts/partials/docs/inject/body.html` | Before closing `<body>` tag |
|
||||
| `layouts/partials/docs/inject/footer.html` | Before closing `<body>` tag |
|
||||
| `layouts/partials/docs/inject/menu-before.html` | At the beginning of `<nav>` menu block |
|
||||
| `layouts/partials/docs/inject/menu-after.html` | At the end of `<nav>` menu block |
|
||||
| `layouts/partials/docs/inject/footer.html` | Before closing `<head>` tag |
|
||||
|
||||
|
||||
## Contributing
|
||||
|
@ -19,13 +19,13 @@
|
||||
{{ partial "docs/mobile-header" . }}
|
||||
{{ template "main" . }}
|
||||
{{ partial "docs/git-footer" . }}
|
||||
{{ partial "docs/inject/footer" . }}
|
||||
</div>
|
||||
|
||||
{{ template "toc" . }}
|
||||
</main>
|
||||
|
||||
|
||||
{{ partial "docs/inject/body" . }}
|
||||
{{ partial "docs/inject/footer" . }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user