about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 20:29:55 -0700
committerCase Duckworth2015-03-02 20:29:55 -0700
commit9eae0da13fc41738547643bcf87027c53550100f (patch)
tree2fd4dbdf0b2d5ce29834330df45a191c249493b3 /_template.html
parentMove dedication before epigraph (diff)
downloadautocento-9eae0da13fc41738547643bcf87027c53550100f.tar.gz
autocento-9eae0da13fc41738547643bcf87027c53550100f.zip
First CSS styles: _common, verse, prose
Diffstat (limited to '_template.html')
-rw-r--r--_template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_template.html b/_template.html index de6dabc..aa7fe50 100644 --- a/_template.html +++ b/_template.html
@@ -24,7 +24,7 @@
24</head> 24</head>
25<body> 25<body>
26$for(include-before)$ $include-before$ $endfor$ 26$for(include-before)$ $include-before$ $endfor$
27 27<div id="wrapper">
28 <header> 28 <header>
29 <!-- title --> 29 <!-- title -->
30 $if(title)$<h1 class="title">$title$</h1>$endif$ 30 $if(title)$<h1 class="title">$title$</h1>$endif$
@@ -67,7 +67,7 @@ $for(include-before)$ $include-before$ $endfor$
67 </a> 67 </a>
68 $endfor$ 68 $endfor$
69 </nav> 69 </nav>
70 70</div>
71$for(include-after)$ 71$for(include-after)$
72$include-after$ 72$include-after$
73$endfor$ 73$endfor$