1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 07:09:40 +02:00

Update templates documentation

This commit is contained in:
Elisabeth Henry 2016-12-16 02:39:58 +01:00
parent c1641efdb1
commit 681f2f452a

View File

@ -294,7 +294,8 @@ below.
| `one_chapter` | True if `html_single.one_chapter` is true, else not present | `html_single.html`, `html_single.js` |
| `book.svg` | The base64-encoded image of the button to display all chapters | `html_single.js`, `html_single.html` |
| `pages.svg` | The base64-encoded image of the button to display one chapter at a time | `html_single.js`, `html_single.html` |
| `menu_svg` | The base64-encoded image of the hamburger menu image | `hml_single.html` |
| `favicon` | The `<link rel = "icon" ...>` tag if `html.icon` is set | `html_single.html`, `html_dir.chapter.html`, `html_dir.index.html` |
| `menu_svg` | The base64-encoded image of the hamburger menu image | `html_single.html` |
| `prev_chapter` | Title and a link of previous chapter | `html_dir.chapter.html` |
| `next_chapter` | Title and a link of nexts chapter | `html_dir.chapter.html` |
| `class` | The content of `tex.class` | `tex.template` |