Skip to content

Commit 53c780c

Browse files
committed
Test
1 parent f995fea commit 53c780c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

news.html

-18
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@
66

77
<table>
88
<col style="width:8em;" /><col />
9-
10-
<ul>
11-
{% for post in site.news reversed %}
12-
{% if forloop.index < 4 %}
13-
<tr>
14-
<td valign='top'><i>{{ post.date | date: "%Y-%m-%d" }}</i></td>
15-
<td valign='top'>
16-
<h3 style='margin-top:0;'>{{ post.title }}</h3>
17-
<p>{{ post.content }}</p>
18-
</td>
19-
</tr>
20-
{% endif %}
21-
{% endfor %}
22-
</ul>
23-
24-
<ul>
259
{% for post in site.news reversed %}
2610
<tr>
2711
<td valign='top'><i>{{ post.date | date: "%Y-%m-%d" }}</i></td>
@@ -31,6 +15,4 @@ <h3 style='margin-top:0;'>{{ post.title }}</h3>
3115
</td>
3216
</tr>
3317
{% endfor %}
34-
</ul>
35-
3618
</table>

0 commit comments

Comments
 (0)