tningjs/sam-and-his-friends

View on GitHub
src/views/templates/partials/miniPost.hbs

Summary

Maintainability
Test Coverage
<article class="mini-post">
    <header>
        <h3>
            <a href="/single-post/{{id}}">{{title}}</a>
        </h3>
        <time class="published" datetime="{{date}}">
            {{dateFormatter date}}
        </time>
    </header>
    <div class="mini-post-content">{{strPreview content previewLength=50}}</div>
</article>