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:
John MacFarlane 2010-07-13 19:30:10 -07:00
parent 71b4700669
commit a59a141906
2 changed files with 4 additions and 4 deletions

View file

@ -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$

View file

@ -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