Sha256: 8ac9c18452c6b47a0992bf8e83ec09a5ef6bae97f1e43163a71375fa509fd1dd

Contents?: true

Size: 1.09 KB

Versions: 8

Compression:

Stored size: 1.09 KB

Contents

---
layout: "default_with_menu"
---

{%- assign front_cover = site.posts | find: "layout", "front_cover" -%}
{%- assign posts = site.posts | where: "layout", "post" -%}
{%- assign back_cover = site.posts | find: "layout", "back_cover" -%}

<div class="pt-md-80 px-3">
	{% include card_horizontal.html
		src=front_cover.image.path
		alt=front_cover.image.alt
		title=front_cover.title
		subtitle=front_cover.subtitle
		content=front_cover.content
	%}

	{% include divider.html src="public/nettles-small-clear.gif" alt="divider" %}

	<article class="row row-cols-1 row-cols-md-2 row-cols-lg-3 container-lg mx-auto">
		{% for post in posts %}
			<div class="col pb-5 px-2">
				{% include cover_post/home.html
					authors=post.authors
					src=post.image.path
					alt=post.title
					title=post.title
					description=post.description
					href=post.url
				%}
			</div>
		{% endfor %}

		<div class="col pb-5 px-2">
			{% include cover_post/home.html title=back_cover.title src=back_cover.image.path alt=back_cover.image.description href=back_cover.url description=back_cover.description %}
		</div>
	</article>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.4 _layouts/home.html
compost-jekyll-theme-0.3.3 _layouts/home.html
compost-jekyll-theme-0.3.2 _layouts/home.html
compost-jekyll-theme-0.3.1 _layouts/home.html
compost-jekyll-theme-0.3.0 _layouts/home.html
compost-jekyll-theme-0.2.3 _layouts/home.html
compost-jekyll-theme-0.2.2 _layouts/home.html
compost-jekyll-theme-0.2.1 _layouts/home.html