From 7b52d43877d0351dcf0fd645127867a43978bc08 Mon Sep 17 00:00:00 2001 From: "J. B. Rainsberger" Date: Mon, 10 Sep 2018 13:45:11 -0230 Subject: Make HTML5 header easier to style precisely in default template (#4767) Add the `title-block-header` identifier to the `header` element, to make it easier to style precisely. --- data/templates/default.html5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/default.html5 b/data/templates/default.html5 index 9c15107c0..c2bf0e093 100644 --- a/data/templates/default.html5 +++ b/data/templates/default.html5 @@ -46,7 +46,7 @@ $for(include-before)$ $include-before$ $endfor$ $if(title)$ -
+

$title$

$if(subtitle)$

$subtitle$

-- cgit v1.2.3