diff options
author | Case Duckworth | 2015-03-02 18:31:47 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 18:31:47 -0700 |
commit | 9a2e2a9c3e0396f956381b8ee4af80fe3e8cf652 (patch) | |
tree | 7f6f171760ba416ba3c0324f1b1ef6b02dadb52a /_template.html | |
parent | Add fonts: Playfair, Fira, Courier Prime (diff) | |
download | autocento-9a2e2a9c3e0396f956381b8ee4af80fe3e8cf652.tar.gz autocento-9a2e2a9c3e0396f956381b8ee4af80fe3e8cf652.zip |
Add thing class to pieces in template; recompile
Diffstat (limited to '_template.html')
-rw-r--r-- | _template.html | 2 |
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 | ||