about summary refs log tree commit diff stats
path: root/_template.html
diff options
context:
space:
mode:
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$