summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-17 18:29:36 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-17 18:29:36 +0200
commit561659ed53a1eb1e7583513af5fa2faba55fca7e (patch)
treea43ff90df5e613d0be23010df7abdd0666c7020f /README.md
parent0dec1cd3a8845fa81a0c88d10e6b5597701d6c1e (diff)
Improve page title handling and side menu templates
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4ac177b..5bb44fe 100644
--- a/README.md
+++ b/README.md
@@ -97,12 +97,12 @@ bookShowToC: false
### Partials
There are few empty partials you can override in `layouts/partials/`
-| Partial | Placement |
-| -- | -- |
-| `layouts/partials/docs/inject/head.html` | Before closing `<head>` tag |
-| `layouts/partials/docs/inject/body.html` | Before closing `<body>` tag |
-| `layouts/partials/docs/inject/nav-before.html` | Before `<nav>` menu block |
-| `layouts/partials/docs/inject/nav-after.html` | After `<nav>` menu block |
+| Partial | Placement |
+| -- | -- |
+| `layouts/partials/docs/inject/head.html` | Before closing `<head>` tag |
+| `layouts/partials/docs/inject/body.html` | Before closing `<body>` tag |
+| `layouts/partials/docs/inject/nav-before.html` | At the beginning of `<nav>` menu block |
+| `layouts/partials/docs/inject/nav-after.html` | At the end of `<nav>` menu block |
## Contributing