From 20e9c7c2498b559a284bb9db0fcf1a3b08c779ac Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 12 Mar 2015 09:45:58 -0700 Subject: Fix #8 - dedication bug - & change epigraph org - Move the $endif$ for $if(epigraph.content)$ to before .dedication - Change `epigraph + epigraph-attrib` to `epigraph > attrib` --- .template.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to '.template.html') diff --git a/.template.html b/.template.html index aa5ac98..9fd0fa0 100644 --- a/.template.html +++ b/.template.html @@ -1,6 +1,7 @@ - + @@ -32,6 +33,7 @@ $for(include-before)$ $include-before$ $endfor$ +
@@ -39,23 +41,23 @@ $if(subtitle)$

$subtitle$

$endif$ $if(epigraph.content)$ - -
+ +
$if(epigraph.link)$ - $epigraph.content$ + $epigraph.content$ $else$ - $epigraph.content$ + $epigraph.content$ $endif$ -
- $if(epigraph.attrib)$ -
$epigraph.attrib$
- $endif$ - $if(dedication)$ - -
$dedication$
+ $if(epigraph.attrib)$ +
$epigraph.attrib$
+ $endif$ +
$endif$ + $if(dedication)$ + +
$dedication$
$endif$
-- cgit 1.4.1-21-gabe81