X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/1d3a7ff684c36162124901504e62a4c6d48ead2f..6a4287ff3a3c14d68c6f4093ed2eb99a95f1266d:/html.h diff --git a/html.h b/html.h index 6615a4a..47b7ffd 100644 --- a/html.h +++ b/html.h @@ -83,6 +83,11 @@ struct html_config { * directories in the report. */ int showfiles; + /* + * The string appearing in the part of HTML pages, before + * a colon followed by the path being served. Default is "agedu". + */ + const char *html_title; }; /*