From 681f2f452a5a84c0ac5eb03dae22f2f78e82d708 Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Fri, 16 Dec 2016 02:39:58 +0100 Subject: [PATCH] Update templates documentation --- guide/templates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/templates.md b/guide/templates.md index 24063ec..48ad26a 100644 --- a/guide/templates.md +++ b/guide/templates.md @@ -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 `` 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` |