summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-04-02 22:29:37 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-09 22:31:24 +0200
commit3742e6f0f48a66a64ada190d3aa98a6fc211ee24 (patch)
treede2720d328eb124c03d68742c5e1455d74998be7 /README.md
parent629c4bb1d4857086db8a9b39baead24c2af809a9 (diff)
Change footer inject below the body
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4bdc30..34b8421 100644
--- a/README.md
+++ b/README.md
@@ -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