From cbd5199529209059be3bde0d6572a1ba192b84d3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 28 Jan 2015 22:22:15 -0700 Subject: Add Elegies; template; pandoc compile script --- _template.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 _template.html (limited to '_template.html') diff --git a/_template.html b/_template.html new file mode 100644 index 0000000..187e5d7 --- /dev/null +++ b/_template.html @@ -0,0 +1,40 @@ + + + + + + + + + + $pagetitle$ + + $for(css)$ + + $endfor$ + + + $for(header-includes)$ + $header-includes$ + $endfor$ + + + $for(include-before)$ + $include-before$ + $endfor$ + $if(title)$ +
+

$title

+ $if(subtitle)$ +

$subtitle$

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