about summary refs log tree commit diff stats
path: root/.template.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 21:28:07 -0700
committerCase Duckworth2015-03-03 21:28:07 -0700
commit61d9eaea4445af77489e8a823178721e64de2a28 (patch)
tree1badbc69d5e3d7fbd2101ddfbdc9c73ddea4732a /.template.html
parentRevise index (diff)
downloadautocento-61d9eaea4445af77489e8a823178721e64de2a28.tar.gz
autocento-61d9eaea4445af77489e8a823178721e64de2a28.zip
Fix styles for nav placement
Diffstat (limited to '.template.html')
-rw-r--r--.template.html2
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$