simpleblog

Generador estatico minimalista de blog
git clone https://git.fedi.ovh/simpleblog
Log | Files | Refs

post.html (248B)


      1 <article class="post">
      2   <header class="post-header">
      3     <h1>{{title}}</h1>
      4     <p class="post-meta">
      5       <time datetime="{{date}}">{{date}}</time>
      6       {{tags}}
      7     </p>
      8   </header>
      9   <div class="post-content">
     10 {{content}}
     11   </div>
     12 </article>