aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-17 15:19:18 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-17 15:19:18 +0200
commit73f26ca60d7efd4c39e3d60f75a7e35934243ba1 (patch)
tree064155302ce493d3295b2e31cf514f974d5ec470
parentad7e60f68839f614c5211f8c54464f7d32128471 (diff)
Fix tables in README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4012a2a..e4ee3c2 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,9 @@ 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 |