From aae9b25457c448798678aa4b3d89c3c027df744f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 4 Jan 2019 14:25:36 +0100 Subject: [PATCH] ldoc.ltp: improve HTML title --- docs/ldoc.ltp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ldoc.ltp b/docs/ldoc.ltp index 5be20780..f7a7501e 100644 --- a/docs/ldoc.ltp +++ b/docs/ldoc.ltp @@ -1,9 +1,10 @@ +# local title = module and ldoc.module_typename(module).." "..module.name.." - "..ldoc.title or ldoc.title - - $(ldoc.title) + + $(title) # if ldoc.custom_css then -- add custom CSS file if configured.