/* Allow customized header and footer files. First checks for files "_h5ai.header.html" and "_h5ai.footer.html" in the current directory. If not successful it checks all parent directories (starting in the current directory) for files "_h5ai.headers.html" and "_h5ai.footers.html". Note the different filenames: "header" (only current) - "headers" (current and sub directories)! The file's content will be placed inside a
tag above/below the main content.
If a file's extension is ".md" instead of ".html" its content will be interpreted as markdown.
*/
"custom": {
"enabled": true
},
h5ai 是一个目录列表程序(网站),我按照上面的配置文件的指示分别在根目录创建了_h5ai.header.html 和_h5ai.footer.html ,但是首页没有啊,是不是还需要配置什么?有木有大大用过?