File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments