Put insert-before text before the title h1 in HTML.
+ This is the documented behavior; the insert-before text comes after the <body> tag. + Resolves Issue #241.
This commit is contained in:
parent
71b4700669
commit
a59a141906
2 changed files with 4 additions and 4 deletions
|
@ -41,12 +41,12 @@ $for(header-includes)$
|
|||
$endfor$
|
||||
</head>
|
||||
<body>
|
||||
$if(title)$
|
||||
<h1 class="title">$title$</h1>
|
||||
$endif$
|
||||
$for(include-before)$
|
||||
$include-before$
|
||||
$endfor$
|
||||
$if(title)$
|
||||
<h1 class="title">$title$</h1>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
$toc$
|
||||
$endif$
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
STUFF INSERTED
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
STUFF INSERTED
|
||||
<h1 class="title">My S5 Document</h1>
|
||||
<div id="first-slide"
|
||||
><h1
|
||||
>First slide</h1
|
||||
|
|
Loading…
Add table
Reference in a new issue