Sha256: 184d26a4cf267d50a276f18f2517177f1779e7326bdd54e0ff9715e8eb7699f2

Contents?: true

Size: 558 Bytes

Versions: 7

Compression:

Stored size: 558 Bytes

Contents

<!-- Two -->
<section id="two" class="wrapper style1 special">
	<div class="inner">
		<header>
			<h2>Ipsum Feugiat</h2>
			<p>Semper suscipit posuere apede</p>
		</header>
		<div class="flex flex-4">
			{% for member in site.team %}
				{% if member.front_display %}
				<div class="box person">
					<div class="image round">
						<img src="{{ site.baseurl }}/{{ member.image }}" alt="{{ member.name }}" />
					</div>
					<h3>{{ member.name }}</h3>
					<p>{{ member.title }}</p>
				</div>
				{% endif %}
			{% endfor %}			
		</div>
	</div>
</section>

Version data entries

7 entries across 7 versions & 1 rubygems

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