From 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 19:19:32 -0700 Subject: Change width of webpages; streamline template --- _template.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to '_template.html') diff --git a/_template.html b/_template.html index b662855..ec2fe36 100644 --- a/_template.html +++ b/_template.html @@ -29,26 +29,23 @@ $for(include-before)$ $include-before$ $endfor$ $if(title)$

$title$

$endif$ $if(subtitle)$

$subtitle$

$endif$ + $if(epigraph.content)$ -

+

$if(epigraph.link)$ $epigraph.content$ $else$ $epigraph.content$ $endif$ -

+
$if(epigraph.attrib)$ -

- — $epigraph.attrib$ -

+
$epigraph.attrib$
$endif$ $endif$ $if(dedication)$ -

- for $dedication$ -

+
$dedication$
$endif$ @@ -58,14 +55,14 @@ $for(include-before)$ $include-before$ $endfor$ -- cgit 1.4.1-21-gabe81