Update tiles.html

This commit is contained in:
Andrew Banchich 2016-08-26 01:47:52 +00:00
parent ca7759dce1
commit 684dafda19
1 changed files with 1 additions and 13 deletions

View File

@ -1,15 +1,3 @@
<section id="one" class="tiles">
{% if site.tiles-source == "posts" %}
{% for post in site.posts limit:site.tiles-count %}
<article>
<span class="image">
<img src="{{ post.image }}" alt="" />
</span>
<header class="major">
<h3><a href="{{ site.baseurl }}{{ post.url }}" class="link">{{ post.title }}</a></h3>
<p>{{ post.description }}</p>
</header>
</article>
{% endfor %}
{% endif %}
</section>