File tree 2 files changed +9
-10
lines changed 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 3
3
title: Archive
4
4
---
5
5
6
- < div class =' posts ' >
6
+ < h1 > Archive </ h1 >
7
7
8
+ < ul >
8
9
{% for post in site.posts %}
9
- < article class ='post '>
10
- < h1 class ='post-title '>
10
+ < li >
11
+ {{ post.date | date: "%b %-d, %Y" }}
12
+ »
11
13
< a href ="{{ site.url }}{{ post.url }} ">
12
14
{{ post.title }}
13
15
</ a >
14
- </ h1 >
15
- < div class ="post-date "> {{ post.date | date: "%b %-d, %Y" }}</ div >
16
- </ article >
16
+ </ li >
17
17
{% endfor %}
18
-
19
- </ div > <!-- .posts -->
18
+ </ ul >
20
19
Original file line number Diff line number Diff line change 3
3
title: Welcome
4
4
---
5
5
6
- < div class ='posts '>
7
6
8
7
{% for post in site.posts %}
8
+
9
9
< article class ='post '>
10
10
< h1 class ='post-title '>
11
11
< a href ="{{ site.url }}{{ post.url }} ">
@@ -15,6 +15,6 @@ <h1 class='post-title'>
15
15
< div class ="post-date "> {{ post.date | date: "%b %-d, %Y" }}</ div >
16
16
{{ post.content }}
17
17
</ article >
18
+
18
19
{% endfor %}
19
20
20
- </ div > <!-- .posts -->
You can’t perform that action at this time.
0 commit comments