UNPKG

simple-blog-engine

Version:

Современный легковесный генератор статического блога с поддержкой Markdown

14 lines 363 B
<article class="post"> <header class="post-header"> <h1>{{title}}</h1> <div class="post-meta"> <time datetime="{{date}}">{{formatted_date}}</time> {{#if author}}<span class="post-author">от {{author}}</span>{{/if}} {{reading_time}} </div> {{tags}} </header> <div class="post-content"> {{content}} </div> </article>