Consistent punctuation.

This commit is contained in:
Eric Huss 2020-05-10 08:42:45 -07:00
parent c2d58158da
commit 50bcf67f2b
1 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ and now that file will be used instead of the default file.
Here are the files you can override:
- **_index.hbs_** is the handlebars template.
- **_head.hbs_** is appended to the HTML `<head>` section
- **_header.hbs_** content is appended on top of every book page
- **_head.hbs_** is appended to the HTML `<head>` section.
- **_header.hbs_** content is appended on top of every book page.
- **_book.css_** is the style used in the output. If you want to change the
design of your book, this is probably the file you want to modify. Sometimes
in conjunction with `index.hbs` when you want to radically change the layout.
@ -21,8 +21,8 @@ Here are the files you can override:
un-hiding the sidebar, changing the theme, ...
- **_highlight.js_** is the JavaScript that is used to highlight code snippets,
you should not need to modify this.
- **_highlight.css_** is the theme used for the code highlighting
- **_favicon.png_** the favicon that will be used
- **_highlight.css_** is the theme used for the code highlighting.
- **_favicon.png_** the favicon that will be used.
Generally, when you want to tweak the theme, you don't need to override all the
files. If you only need changes in the stylesheet, there is no point in