From 8c4432a79983d38f88190b2cd96538fcc20da696 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 Mar 2015 12:02:10 -0700 Subject: Change template: linke epigraphs w/o attribs --- _template.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_template.html b/_template.html index 534e878..0e6f304 100644 --- a/_template.html +++ b/_template.html @@ -32,15 +32,15 @@ $for(include-before)$ $include-before$ $endfor$ $if(epigraph.content)$

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

$if(epigraph.attrib)$

- $if(epigraph.link)$ - — $epigraph.attrib$ - $else$ — $epigraph.attrib$ - $endif$

$endif$ $endif$ -- cgit 1.4.1-21-gabe81