Skip to content

Commit 6022369

Browse files
committed
DIE TABS DIE
1 parent 4544892 commit 6022369

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

projects/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616

1717
<div class="row">
1818
{% for post in site.posts %}
19-
{% if post.categories contains "projects" %}
20-
{% unless post.id == '/projects/2014/03/21/Example-Project' %}
21-
{% assign num_words = 60 %}
22-
<div class="col-sm-6 col-md-4">
19+
{% if post.categories contains "projects" %}
20+
{% unless post.id == '/projects/2014/03/21/Example-Project' %}
21+
{% assign num_words = 60 %}
22+
<div class="col-sm-6 col-md-4">
2323
<div class="thumbnail">
2424
{% if post.youtube_video_id %}
25-
{% assign num_words = 35 %}
26-
<a href="{{ post.url }}">
27-
<img src="http://img.youtube.com/vi/{{post.youtube_video_id}}/mqdefault.jpg" alt="project thumbnail image" />
28-
</a>
25+
{% assign num_words = 35 %}
26+
<a href="{{ post.url }}">
27+
<img src="http://img.youtube.com/vi/{{post.youtube_video_id}}/mqdefault.jpg" alt="project thumbnail image" />
28+
</a>
2929
{% endif %}
3030
<div class="caption">
3131
<h3>{{ post.title }}</h3>
32-
<p>{{ post.excerpt | truncatewords: num_words }}</p>
33-
<p><a class="btn btn-primary" href="{{ post.url }}">Learn more</a></p>
32+
<p>{{ post.excerpt | truncatewords: num_words }}</p>
33+
<p><a class="btn btn-primary" href="{{ post.url }}">Learn more</a></p>
3434
</div>
3535
</div>
36-
</div>
37-
{% endunless %}
38-
{% endif %}
36+
</div>
37+
{% endunless %}
38+
{% endif %}
3939
{% endfor %}
4040
</div>

0 commit comments

Comments
 (0)