Skip to content

Commit fc3f4ec

Browse files
committed
revert image news
1 parent 89ad5ab commit fc3f4ec

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

_pages/allnews.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ permalink: /allnews.html
1010

1111
<div class="well">
1212
{% for article in site.data.news %}
13-
<p>{{ article.date }}<br/>
14-
{{ article.headline}}</p>
15-
{% endfor %}
16-
</div>
17-
<!--
18-
<div class="well">
19-
{% for article in site.data.news %}
20-
{%- if article.img %}
13+
<!--{%- if article.img %}
2114
<div class="row">
2215
<div class="col-sm-6 clearfix">
23-
<img src="{{ site.url }}{{ site.baseurl }}/images/news/{{ article.img }}" class="img-responsive" width="22%" style="float: left" />
16+
<img src="{{ site.url }}{{ site.baseurl }}/images/news/{{ article.img }}" class="img-responsive" width="22%" style="float: left" /> -->
2417
{{ article.date }}<br/>
2518
{{ article.headline}}</div>
2619
</div>

0 commit comments

Comments
 (0)