From 9fce418b46c9f0894f429384ef9e3dabaeffbeb4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 14 Apr 2015 16:36:17 -0700 Subject: Change file hierarchy and rewrite makefile - File hierarchy is now as follows: - / - appendix/ < appendix source files - backlinks/ < backlink sources & builds - hapax/ < *.hapax source files - scripts/ < scripts, like *.js, *.hs, etc. - templates/ < templates for outputs - text/ < source files - trunk/ < assets, like css, images, heads, etc. - index.html - *.html - Makefile --- _backlinks_template.htm | 124 ------------------------------------------------ 1 file changed, 124 deletions(-) delete mode 100644 _backlinks_template.htm (limited to '_backlinks_template.htm') diff --git a/_backlinks_template.htm b/_backlinks_template.htm deleted file mode 100644 index c68e032..0000000 --- a/_backlinks_template.htm +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - $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