summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-10-13 10:48:02 +0200
committerSamy Pessé <samypesse@gmail.com>2014-10-13 10:48:02 +0200
commita7ecbb87e4a75050a7b1fdcfe55cfdec918aedf6 (patch)
tree51166182102390e96afd34db5817812964efcf88 /README.md
parent1da341741b4e5f2cee3bb60fbd3b546708e2ef82 (diff)
parenta56b559d43ddb1f0271f211dbc72eb86bfa164b3 (diff)
downloadgitbook-a7ecbb87e4a75050a7b1fdcfe55cfdec918aedf6.zip
gitbook-a7ecbb87e4a75050a7b1fdcfe55cfdec918aedf6.tar.gz
gitbook-a7ecbb87e4a75050a7b1fdcfe55cfdec918aedf6.tar.bz2
Force type of header and footer templates
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f422aaf..47146e0 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,13 @@ Here are the options that can be stored in this file:
"left": 62,
"top": 36,
"bottom": 36
- }
+ },
+
+ //Header HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.
+ "headerTemplate": null,
+
+ //Footer HTML template. Available variables: _PAGENUM_, _TITLE_, _AUTHOR_ and _SECTION_.
+ "footerTemplate": null
}
}
```