From 1cb2fb5cdd0ddfb30575af85d2d3fcf337ac4c4b Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sun, 11 Jan 2026 05:30:38 +0000 Subject: [PATCH] docs: show abstract only on title page Signed-off-by: oppiliappan --- docs/template.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/template.html b/docs/template.html index 2d5c0b2e..5ea8fe21 100644 --- a/docs/template.html +++ b/docs/template.html @@ -120,12 +120,11 @@ $endif$ $endif$ - $endif$ - - $if(abstract)$ -
- $abstract$ -
+ $if(abstract)$ +
+ $abstract$ +
+ $endif$ $endif$
-- 2.51.2