From c654151582a77a0b459e3f55b687e43a32d4b67d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Mar 2015 19:46:45 -0700 Subject: Add HAPAX LEGOMENA support & flatten structure The list of hapax legomena for this project is available at /hapax.html. In addition, the directory structure has been further flattened. All assets (javascript, lua, images, fonts) are in /trunk/. One other thing was to update the makefile. It compiles hapax.txt from rivers. --- template.html | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 template.html (limited to 'template.html') diff --git a/template.html b/template.html new file mode 100644 index 0000000..f7efdd8 --- /dev/null +++ b/template.html @@ -0,0 +1,116 @@ + + + + + + + + + + + $title$ | Autocento of the breakfast table + + + + + + + + $for(header-includes)$ + $headerincludes$ + $endfor$ + + + $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$ +
+ $endif$ +
+
+ + $if(ekphrastic.image)$ +
+ $if(ekphrastic.link)$ + + $ekphrastic.alt$ + + $else$ + $ekphrastic.alt$ + $endif$ +
+ $endif$ + +
+ $body$ +
+
+ + + $for(include-after)$ $include-after$ $endfor$ + + -- cgit 1.4.1-21-gabe81