</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>
}
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;}