diff options
Diffstat (limited to '.template.html')
-rw-r--r-- | .template.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.template.html b/.template.html index 3db6708..19d5254 100644 --- a/.template.html +++ b/.template.html | |||
@@ -41,6 +41,11 @@ | |||
41 | $if(title)$<h1 class="title">$title$</h1>$endif$ | 41 | $if(title)$<h1 class="title">$title$</h1>$endif$ |
42 | $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ | 42 | $if(subtitle)$<h1 class="subtitle">$subtitle$</h1>$endif$ |
43 | 43 | ||
44 | $if(dedication)$ | ||
45 | <!-- dedication --> | ||
46 | <div class="dedication">$dedication$</div> | ||
47 | $endif$ | ||
48 | |||
44 | $if(epigraph.content)$ | 49 | $if(epigraph.content)$ |
45 | <!-- epigraph --> | 50 | <!-- epigraph --> |
46 | <div class="epigraph"> | 51 | <div class="epigraph"> |
@@ -55,11 +60,6 @@ | |||
55 | $endif$ | 60 | $endif$ |
56 | </div> | 61 | </div> |
57 | $endif$ | 62 | $endif$ |
58 | |||
59 | $if(dedication)$ | ||
60 | <!-- dedication --> | ||
61 | <div class="dedication">$dedication$</div> | ||
62 | $endif$ | ||
63 | </header> | 63 | </header> |
64 | 64 | ||
65 | $if(ekphrastic.image)$ | 65 | $if(ekphrastic.image)$ |