Updates docs.

This commit is contained in:
Lars Jung 2013-07-21 14:52:55 +02:00
parent 2b8e223d1d
commit 26296813c7

View file

@ -70,12 +70,11 @@ Options
/*
Allow customized header and footer files.
First looks for files "_h5ai.header.html" and "_h5ai.footer.html"
in the current directory.
If not found it looks in all parent directories (starting in the
current directory) for files "_h5ai.headers.html" and "_h5ai.footers.html"
until it finds one.
Note the different filenames: header (only current) - headers (recursive)!
First looks for files "_h5ai.header.html" and "_h5ai.footer.html" in the current directory.
If not found it looks in all parent directories (starting in the current directory) for
files "_h5ai.headers.html" and "_h5ai.footers.html" until it finds one. Note the different
filenames: "header" (only current) - "headers" (current and sub directories)!
The file's content will be placed inside a <div/> tag above/below the main content.
*/
"custom": {
"enabled": true