]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blob - html/post.mustache
e7d7cdcd858fa22c9fc91d2a2bba23b85989b5f4
[www2.vanrenterghem.biz.git] / html / post.mustache
1 <!DOCTYPE html>
2 <html>
3   <head>
4     {{>head}}
5     {{>post-head}}
6   </head>
7   <body>
8     {{>navbar}} 
9       <nav aria-label="breadcrumb">
10         <ol class="breadcrumb">
11           <li class="breadcrumb-item"><a href="/">Home</a></li>
12           <li class="breadcrumb-item"><a href="/posts/sitemap.html">Blog</a></li>
13           <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
14         </ol>
15       </nav>
16       <article class="container content inlinepage card h-entry">
17         <div class="info">
18           <ul class="tags list-group list-group-horizontal">
19             <svg class="assist-icon tags" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
20               <path d="M0 0v2l3 3 1.5-1.5.5-.5-2-2-1-1h-2zm3.41 0l3 3-1.19 1.22.78.78 2-2-3-3h-1.59zm-1.91 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z" transform="translate(0 1)" />
21             </svg> Tags:
22             {{#tags}}
23             <li class="list-group-item border-0"><a href='/tags/{{tag}}/'>{{tag}}</a></li>
24             {{/tags}}
25           </ul>
26            Posted on {{{date}}}
27           {{#author}}
28           by {{{author}}}
29           {{/author}}
30         </div>
31         <section id="content" role="main" class="e-content">
32          <h1>{{title}}</h1>
33          {{{contents}}}
34         </section>
35       </article>
36     {{>footer}}
37   </body>
38 </html>