Sha256: b0f81a1a4a75038d50b2c14c48990ab58b4abbb70453d554279add95daebde7b

Contents?: true

Size: 432 Bytes

Versions: 7

Compression:

Stored size: 432 Bytes

Contents

<!-- One -->
<section id="one" class="wrapper">
	<div class="inner">
		<div class="flex flex-3">
			{% for service in site.services %}
			<article>
				<header>
					<h3>{{ service.display }}</h3>
				</header>
				<p>
					{{ service.short_description }}
				</p>
				<footer>
					<a href="{{ site.baseurl }}{{ service.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/services.html
jekyll-theory-0.1.8 _includes/services.html
jekyll-theory-0.1.7 _includes/services.html
jekyll-theory-0.1.6 _includes/services.html
jekyll-theory-0.1.5 _includes/services.html
jekyll-theory-0.1.4 _includes/services.html
jekyll-theory-0.1.3 _includes/services.html