From bec7c936d59e331500c8350b92e33f2b5c5eb0e0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 10 Mar 2015 23:17:06 -0700 Subject: Move dedication to before epigraph --- .template.html | 63 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) (limited to '.template.html') diff --git a/.template.html b/.template.html index 1de2ef0..aa5ac98 100644 --- a/.template.html +++ b/.template.html @@ -1,5 +1,6 @@ - + + @@ -30,38 +31,38 @@ $endfor$ -$for(include-before)$ $include-before$ $endfor$ -
-
- - $if(title)$

$title$

$endif$ - $if(subtitle)$

$subtitle$

$endif$ + $for(include-before)$ $include-before$ $endfor$ +
+
+ + $if(title)$

$title$

$endif$ + $if(subtitle)$

$subtitle$

$endif$ - $if(dedication)$ - -
$dedication$
- $endif$ + $if(epigraph.content)$ + +
+ $if(epigraph.link)$ + $epigraph.content$ + $else$ + $epigraph.content$ + $endif$ +
+ $if(epigraph.attrib)$ +
$epigraph.attrib$
+ $endif$ - $if(epigraph.content)$ - -
- $if(epigraph.link)$ - $epigraph.content$ - $else$ - $epigraph.content$ + $if(dedication)$ + +
$dedication$
$endif$ -
- $if(epigraph.attrib)$ -
$epigraph.attrib$
- $endif$ - $endif$ -
-
- $body$ -
-
+ $endif$ +
+
+ $body$ +
+
-$for(include-after)$ -$include-after$ -$endfor$ + $for(include-after)$ + $include-after$ + $endfor$ -- cgit 1.4.1-21-gabe81