X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/3ae196b46ee9e2850ea7fc91262b746240df84e9..3e7284e89db6c9a404b4300a7450ac56a61e667f:/bk_html.c diff --git a/bk_html.c b/bk_html.c index 4311d26..a1b46f6 100644 --- a/bk_html.c +++ b/bk_html.c @@ -259,6 +259,10 @@ static htmlconfig html_configure(paragraph *source) { ret.lquote = uadv(p->keyword); ret.rquote = uadv(ret.lquote); } + } else if (!ustricmp(p->keyword, L"index")) { + ret.index_text = uadv(p->keyword); + } else if (!ustricmp(p->keyword, L"contents")) { + ret.contents_text = uadv(p->keyword); } } }