Sha256: 955fe0b40fe518d581d271080ee30f8116463fa75f0dbbccffa8e0cc77c541fc
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
<article class="posts"> <h1> <a href="{{ include.post.url }}">{{ include.post.title }}</a> </h1> {% if include.post.image %} <div class="thumbnail-container"> <a href="{{ include.post.url }}"><img src="{{ include.post.image }}"></a> </div> {% endif %} <p> {% include excerpt.html post=post %} <a href="{{ include.post.url }}">Read more</a> {% include post-summary-metadata.html post=post %} </p> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-harveynick-lagrange-3.0.3 | _includes/post-summary.html |