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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.template.html b/.template.html index e3b33e7..09ac2a5 100644 --- a/.template.html +++ b/.template.html
@@ -31,7 +31,7 @@
31</head> 31</head>
32<body> 32<body>
33$for(include-before)$ $include-before$ $endfor$ 33$for(include-before)$ $include-before$ $endfor$
34<article id="header"> 34<article id="container">
35 <header> 35 <header>
36 <!-- title --> 36 <!-- title -->
37 $if(title)$<h1 class="title">$title$</h1>$endif$ 37 $if(title)$<h1 class="title">$title$</h1>$endif$