Skip to content

Commit 1fbf7dd

Browse files
committed
rm col news
1 parent 34d537d commit 1fbf7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/allnews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ permalink: /allnews.html
1212
{% for article in site.data.news %}
1313
{%- if article.img %}
1414
<!--<div class="row"> -->
15-
<div class="col-sm-6 clearfix">
15+
<!--<div class="col-sm-6 clearfix"> -->
1616

1717
<img src="{{ site.url }}{{ site.baseurl }}/images/news/{{ article.img }}" class="img-responsive" width="22%" style="float: left; margin-right: 10px;" />
1818
<p>{{ article.date }}<br/>
1919
{{ article.headline}}<br/>
2020
</p>
21-
</div>
21+
<!--</div>-->
2222
<!--</div>-->
2323
{%- else -%}
2424
<p>{{ article.date }}<br/>

0 commit comments

Comments
 (0)