From 7f93c5f7205bc1cc0c2e21694fd10880eec51aca Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 29 Jan 2015 22:54:41 -0700 Subject: Add Hezekiah; Work out YAML metainfo" --- _template.html | 59 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 19 deletions(-) (limited to '_template.html') diff --git a/_template.html b/_template.html index 187e5d7..fef7b40 100644 --- a/_template.html +++ b/_template.html @@ -7,34 +7,55 @@ - $pagetitle$ - - $for(css)$ - - $endfor$ - + $title$ | Autocento of the breakfast table + + $if(genre)$ + + $endif$ + $if(project.css)$ + + $endif$ $for(header-includes)$ - $header-includes$ + $headerincludes$ $endfor$ - $for(include-before)$ - $include-before$ - $endfor$ - $if(title)$ +$for(include-before)$ $include-before$ $endfor$ +
-

$title

- $if(subtitle)$ -

$subtitle$

+ + $if(title)$

$title$

$endif$ + $if(subtitle)$

$subtitle$

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

+ $epigraph.content$ + $if(epigraph.link)$>$endif$ +

+ $if(epigraph.attrib)$ +

— $epigraph.attrib$

+ $endif$ $endif$
- $endif$ + $body$ - $for(include-after)$ - $include-after$ - $endfor$ + + + +$for(include-after)$ +$include-after$ +$endfor$ -- cgit 1.4.1-21-gabe81