Sha256: 2c7ca9e43d396f920014a22cae2b4c3ebd35aa4b6d383baca3e980ccbc066e69

Contents?: true

Size: 484 Bytes

Versions: 2

Compression:

Stored size: 484 Bytes

Contents

{% if site.posts.size > 0 %}
<section>
	<header class="major">
		<h2>Recent Posts</h2>
	</header>
	<div class="posts">
		{% for post in site.posts %}
		<article>
			<a href="#" class="image"><img src="{{ post.image | relative_url }}" alt="{ post.title }" /></a>
			<h3>{ post.title }</h3>
			<p>{ post.excerpt }</p>
			<ul class="actions">
				<li><a href="{{ post.url | relative_url }}" class="button">More</a></li>
			</ul>
		</article>
		{% endfor %}
	</div>
</section>
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-html5up-editorial-0.1.1 _includes/recent-posts.html
jekyll-theme-html5up-editorial-0.1.0 _includes/recent-posts.html