]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - html/post-index.mustache
Zorg dat post index pagina semantisch correct is.
[www2.vanrenterghem.biz.git] / html / post-index.mustache
index 5622b6dc682260788a94003912d75ded8513b678..e581eff4676a10c2842b8a8f1578bec81fb2c9dd 100644 (file)
@@ -6,10 +6,23 @@
   <body>
     {{>navbar}} 
 
-    <main class="container content inlinepage">
-
-         {{{contents}}}
-    </main>
+    <div class="container-fluid">
+      <div class="row justify-content-center">
+       <div class="col-auto d-none d-md-block pt-2 ps-2">
+         <aside id="sidebar" class="card">
+           <section class="card-body">
+             <p>Tags</p>
+             <!--# include file="/tag-index-body.html" -->
+           </section>
+         </aside>
+       </div> <!-- end of column 1 -->
+       <div class="col-xs-11 col-sm-11 col-md-8 col-lg-9 col-xl-9 col-xxl-9 pt-2 ps-2 pe-2">
+         <main id="content" class="content inlinepage">
+           {{{contents}}}
+         </main>
+       </div> <!-- end of column 2 -->
+      </div> <!-- end of row -->
+    </div> <!-- end of container -->
     
     {{>footer}}
   </body>