From 01f61c526f62ceb4ef9312cc450674edbec2f8fd Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 29 Nov 2018 13:06:52 +0100 Subject: [PATCH] Custom CSS comes after libraries; add include-before/after (not actively used) --- bin/template.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bin/template.html b/bin/template.html index cffae1b3b..2add09801 100644 --- a/bin/template.html +++ b/bin/template.html @@ -13,11 +13,11 @@ $if(keywords)$ $endif$ $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + + $for(css)$ $endfor$ - - $if(math)$ $math$ $endif$ @@ -29,6 +29,9 @@ $for(header-includes)$ $endfor$ +$for(include-before)$ +$include-before$ +$endfor$
$if(title)$ @@ -116,7 +119,9 @@ $body$
- +$for(include-after)$ +$include-after$ +$endfor$