layout | title | landing-title | description | image | author | nav-menu |
---|---|---|---|---|---|---|
home |
Home |
Welcome to Stationary Action |
<!-- One -->
{% include tiles.html %}
<!-- section id="two">
<div class="inner">
<header class="major">
<h2>Blog</h2>
</header>
{% for post in site.posts limit:site.tiles-count %}
<article>
<p><a href="{{ site.baseurl }}{{ post.url }}" class="link">{{ post.title }}</a></p>
<p>{{ post.description }}</p>
< header class="major"></header>
</article>
{% endfor %}
<ul class="actions">
<li><a href="landing.html" class="button next">Go to Landing</a></li>
</ul>
</div>
</section -->