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:
parent
1b9dd3e06b
commit
7b52d43877
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue