about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
Diffstat (limited to '_template.html')
-rw-r--r--_template.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/_template.html b/_template.html index ec2fe36..de6dabc 100644 --- a/_template.html +++ b/_template.html
@@ -30,6 +30,11 @@ $for(include-before)$ $include-before$ $endfor$
30 $if(title)$<h1 class="title">$title$</h1>$endif$ 30 $if(title)$<h1 class="title">$title$</h1>$endif$
31 $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ 31 $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$
32 32
33 $if(dedication)$
34 <!-- dedication -->
35 <div class="dedication">$dedication$</div>
36 $endif$
37
33 $if(epigraph.content)$ 38 $if(epigraph.content)$
34 <!-- epigraph --> 39 <!-- epigraph -->
35 <div class="epigraph"> 40 <div class="epigraph">
@@ -43,10 +48,6 @@ $for(include-before)$ $include-before$ $endfor$
43 <div class="epigraph-attrib">$epigraph.attrib$</div> 48 <div class="epigraph-attrib">$epigraph.attrib$</div>
44 $endif$ 49 $endif$
45 $endif$ 50 $endif$
46 $if(dedication)$
47 <!-- dedication -->
48 <div class="dedication">$dedication$</div>
49 $endif$
50 </header> 51 </header>
51 52
52 <section class="thing $genre$"> 53 <section class="thing $genre$">