File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,10 @@ permalink: /allnews.html
10
10
11
11
<div class =" well " >
12
12
{% 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 %}
21
14
<div class="row">
22
15
<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" /> -->
24
17
{{ article.date }}<br />
25
18
{{ article.headline}}</div >
26
19
</div >
You can’t perform that action at this time.
0 commit comments