summaryrefslogtreecommitdiffstats
path: root/docs/themes
diff options
context:
space:
mode:
authorHur jung ju <tinydew4@users.noreply.github.com>2016-10-20 00:56:03 +0900
committerNicolas Gaborit <soreine.plume@gmail.com>2016-10-19 17:56:03 +0200
commitb564ef658001f3f7ceb59bbe01a4c99d4ab79509 (patch)
tree1ed4be352802221015a9a4d9d60df88dc08eb8c2 /docs/themes
parentd6de8f4173ca75b343882735544eb826c671289f (diff)
downloadgitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.zip
gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.tar.gz
gitbook-b564ef658001f3f7ceb59bbe01a4c99d4ab79509.tar.bz2
Add 'emphasis' in 'SUMMARY.md' and trimming (#1566)
Diffstat (limited to 'docs/themes')
-rw-r--r--docs/themes/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/themes/README.md b/docs/themes/README.md
index a0b138e..d6ab680 100644
--- a/docs/themes/README.md
+++ b/docs/themes/README.md
@@ -12,7 +12,7 @@ A theme is a plugin containing templates and assets. Overriding any individual t
| -------- | ----------- |
| `_layouts` | Main folder containing all the templates |
| `_layouts/website/page.html` | Template for a normal page |
-| `_layouts/ebook/page.html` | Template for a normal page during ebook generation (PDF< ePub, Mobi) |
+| `_layouts/ebook/page.html` | Template for a normal page during ebook generation (PDF, ePub, Mobi) |
### Extend/Customize theme in a book