]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - html/post.mustache
Pas de stijl aan.
[www2.vanrenterghem.biz.git] / html / post.mustache
index a5605de5391d2abf8450793a3dd7b8ab30a4044e..f4e268709419be54deed6d9584f734ae2b7f7604 100644 (file)
@@ -6,29 +6,34 @@
   </head>
   <body>
     {{>navbar}} 
-      <nav aria-label="breadcrumb">
-        <ol class="breadcrumb">
-          <li class="breadcrumb-item"><a href="/">Home</a></li>
-          <li class="breadcrumb-item"><a href="/posts/sitemap.html">Blog</a></li>
-          <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
-        </ol>
-      </nav>
-      <article class="container content inlinepage card h-entry">
-       <div class="info d-flex flex-row align-items-baseline bg-light">
-         <ul class="tags d-flex align-items-baseline list-unstyled px=2"><p class="px-2">Tags:</p>
+    <nav aria-label="breadcrumb">
+      <ol class="breadcrumb">
+        <li class="breadcrumb-item"><a href="/">Home</a></li>
+        <li class="breadcrumb-item"><a href="/posts/sitemap.html">Blog</a></li>
+        <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
+      </ol>
+    </nav>
+    <article class="container content inlinepage card h-entry">
+      <section id="content" role="main" class="e-content">
+       <!-- <h1>{{title}}</h1> -->
+       {{{contents}}}
+      </section>
+      <div class="info row bg-light">
+       <div class="col">
+         <ul class="tags d-flex align-items-baseline list-unstyled mb-0">
+           <p>Tags:</p>
            {{#tags}}
-           <li class="px-1"><a href='/posts/tag-{{tag}}.html'>{{tag}}</a></li>
+           <li class="px-1 g-0"><a href='/posts/tag-{{tag}}.html'>{{tag}}</a></li>
            {{/tags}}
          </ul>
        </div>
-       <div class="info d-flex flex-row align-items-baseline p-0 bg-light">
-         <p class="px-2">Posted on {{{date}}}</p>
+       <div class="w-100">
        </div>
-       <section id="content" role="main" class="e-content">
-        <h1>{{title}}</h1>
-        {{{contents}}}
-       </section>
-      </article>
+       <div class="col">
+         <p>Posted on {{{date}}}</p>
+       </div>
+      </div>
+    </article>
     {{>footer}}
   </body>
 </html>