Sha256: 62c6a74325c8644db47544bff63ea1381708d1244fcfb668cbd632bafd5a879e

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 Bytes

Contents

{% if site.related_posts.size > 0 %}
<section>
	<header class="major">
		<h2>Related Posts</h2>
	</header>
	<div class="posts">
		{% for post in site.related_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/related-posts.html
jekyll-theme-html5up-editorial-0.1.0 _includes/related-posts.html