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.
This commit is contained in:
J. B. Rainsberger 2018-09-10 13:45:11 -02:30 committed by John MacFarlane
parent 1b9dd3e06b
commit 7b52d43877
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ $for(include-before)$
$include-before$
$endfor$
$if(title)$
<header>
<header id="title-block-header">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>

View file

@ -19,7 +19,7 @@
<![endif]-->
</head>
<body>
<header>
<header id="title-block-header">
<h1 class="title">Pandoc Test Suite</h1>
<p class="author">John MacFarlane</p>
<p class="author">Anonymous</p>