diff options
Diffstat (limited to '.template.html')
-rw-r--r-- | .template.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.template.html b/.template.html index 79c5346..8a36551 100644 --- a/.template.html +++ b/.template.html | |||
@@ -31,7 +31,6 @@ | |||
31 | </head> | 31 | </head> |
32 | <body> | 32 | <body> |
33 | $for(include-before)$ $include-before$ $endfor$ | 33 | $for(include-before)$ $include-before$ $endfor$ |
34 | <div id="wrapper"> | ||
35 | <header> | 34 | <header> |
36 | <!-- title --> | 35 | <!-- title --> |
37 | $if(title)$<h1 class="title">$title$</h1>$endif$ | 36 | $if(title)$<h1 class="title">$title$</h1>$endif$ |
@@ -74,7 +73,6 @@ $for(include-before)$ $include-before$ $endfor$ | |||
74 | </a> | 73 | </a> |
75 | $endfor$ | 74 | $endfor$ |
76 | </nav> | 75 | </nav> |
77 | </div> | ||
78 | $for(include-after)$ | 76 | $for(include-after)$ |
79 | $include-after$ | 77 | $include-after$ |
80 | $endfor$ | 78 | $endfor$ |