]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Pas de stijl aan.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Tue, 26 Dec 2023 11:32:15 +0000 (19:32 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Tue, 26 Dec 2023 11:32:15 +0000 (19:32 +0800)
html/post.mustache
source/assets/styles/org-htmlize.css

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>
index e52ecac13a6598004701d85aef86fc7029dff548..2884c65c6e510ff2b3609884b574b5be254d2c4c 100644 (file)
@@ -10,7 +10,7 @@ blockquote {
 }
 
 pre {}
-pre                                      {background-color:lightgoldenrodyellow;color:#1f058E;}
+pre                                      {background-color:#000000;color:#FFFFFF;}
 pre span.org-builtin                     {color:#006FE0;font-weight:bold;}
 pre span.org-string                      {color:#008000;}
 pre span.org-doc                         {color:#008000;}