about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 18:31:47 -0700
committerCase Duckworth2015-03-02 18:31:47 -0700
commit9a2e2a9c3e0396f956381b8ee4af80fe3e8cf652 (patch)
tree7f6f171760ba416ba3c0324f1b1ef6b02dadb52a /_template.html
parentAdd fonts: Playfair, Fira, Courier Prime (diff)
downloadautocento-9a2e2a9c3e0396f956381b8ee4af80fe3e8cf652.tar.gz
autocento-9a2e2a9c3e0396f956381b8ee4af80fe3e8cf652.zip
Add thing class to pieces in template; recompile
Diffstat (limited to '_template.html')
-rw-r--r--_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_template.html b/_template.html index 4d388ba..b662855 100644 --- a/_template.html +++ b/_template.html
@@ -52,7 +52,7 @@ $for(include-before)$ $include-before$ $endfor$
52 $endif$ 52 $endif$
53 </header> 53 </header>
54 54
55 <section class="$genre$"> 55 <section class="thing $genre$">
56 $body$ 56 $body$
57 </section> 57 </section>
58 58