X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/3ae196b46ee9e2850ea7fc91262b746240df84e9..83ac0debd7ddd9dfd9defefbcd15c8bef7905d6f:/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); } } }