Skip to content

Commit 1f91ee4

Browse files
committed
fixing news
1 parent c2b95fb commit 1f91ee4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

_pages/allnews.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,10 @@ permalink: /allnews.html
1111
<div class="well">
1212
{% for article in site.data.news %}
1313
<div class="row">
14-
{%- if article.img %}
15-
<div class="col-sm-6 clearfix">
16-
<img src="{{ site.url }}{{ site.baseurl }}/images/news/{{ article.img }}" class="img-responsive" width="22%" style="float: left; margin-right: 10px;" />
17-
<p>{{ article.date }}<br/>
18-
{{ article.headline }}</p>
19-
</div>
20-
{%- else -%}
2114
<div class="col-sm-6">
2215
<p>{{ article.date }}<br/>
2316
{{ article.headline }}</p>
2417
</div>
25-
{%- endif %}
2618
</div>
2719
{% endfor %}
2820
</div>

0 commit comments

Comments
 (0)