Sha256: 0b64fd0c7a722e8012542a96d05b92c8c9159e5e86e97cca830c1d46c56b97e7
Contents?: true
Size: 826 Bytes
Versions: 1
Compression:
Stored size: 826 Bytes
Contents
<article class="post-card"> <a class="post-card-image-link" href="{{ include.url }}"> <div class="post-card-image" style="background-image: url({{include.image}})"></div> </a> <div class="post-card-content"> <a class="post-card-content-link" href="{{ include.url }}"> <header class="post-card-header"> <span class="post-card-category"> {% assign category = include.category | split: "-" | join: " " %} {{ category }} </span> <h2 class="post-card-title">{{ include.title | truncatewords: 5, "" }}</h2> </header> <section class="post-card-description"> <p>{{ include.description | truncatewords: 40, "" }}</p> </section> </a> <footer class="post-card-meta"> {% include author.html %} {% include reading-time.html %} </footer> </div> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jasper-theme-0.0.1 | _includes/card.html |