aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-17 15:13:42 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-17 15:13:42 +0200
commitad7e60f68839f614c5211f8c54464f7d32128471 (patch)
tree2eb3378c6381149b894c6de70c82ce9237135b4c
parenteafb4bfa6c70bec3fe70c63b43df1998ff9344e3 (diff)
Fix tables in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 771dd7d..4012a2a 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ 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 |