Sha256: a45b5cda2eef94334fc74b5ccc47b377150be96b5d42bd7f663bd1faef9626fd

Contents?: true

Size: 655 Bytes

Versions: 7

Compression:

Stored size: 655 Bytes

Contents


<!-- Three -->
<section id="three" class="wrapper special">
	<div class="inner">
		<header class="align-center">
			<h2>Nunc Dignissim</h2>
			<p>Aliquam erat volutpat nam dui </p>
		</header>
		<div class="flex flex-2">
			{% for post in site.posts limit:2 %}
			<article>
				<div class="image fit">
					<img src="{{ site.baseurl }}/{{ post.image }}" alt="{{ post.title }}" />
				</div>
				<header>
					<h3>{{ post.title }}</h3>
				</header>
				<p>
				{{ post.excerpt }}
				</p>
				<footer>
					<a href="{{ site.baseurl }}{{ post.url }}" class="button special">More</a>
				</footer>
			</article>
			{% endfor %}
		</div>
	</div>
</section>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theory-0.1.9 _includes/front-post.html
jekyll-theory-0.1.8 _includes/front-post.html
jekyll-theory-0.1.7 _includes/front-post.html
jekyll-theory-0.1.6 _includes/front-post.html
jekyll-theory-0.1.5 _includes/front-post.html
jekyll-theory-0.1.4 _includes/front-post.html
jekyll-theory-0.1.3 _includes/front-post.html