File tree 2 files changed +12
-12
lines changed 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
< h3 class ="masthead-title ">
14
14
< a href ="{{ site.url }} "> {{ site.title }}</ a >
15
15
< small >
16
- < a href ="{{ site.url }}/archive.html "> Archive</ a >
16
+ < a href ="{{ site.url }}/archive.html "> Archive</ a >
17
17
</ small >
18
18
< small >
19
- < a href ="{{ site.url }}/feed.xml "> Feed</ a >
19
+ < a href ="{{ site.url }}/feed.xml "> Feed</ a >
20
20
</ small >
21
21
< small >
22
- < a href ="https://github.com/feedreader/jekyll-minimal-theme "> About</ a >
22
+ < a href ="https://github.com/feedreader/jekyll-minimal-theme "> About</ a >
23
23
</ small >
24
24
</ h3 >
25
25
</ header >
Original file line number Diff line number Diff line change 5
5
6
6
< h1 > Archive</ h1 >
7
7
8
- < ul >
9
8
{% for post in site.posts %}
10
- < li >
11
- {{ post.date | date: "%b %-d, %Y" }}
12
- »
13
- < a href ="{{ site.url }}{{ post.url }} ">
14
- {{ post.title }}
15
- </ a >
16
- </ li >
9
+
10
+ < div >
11
+ {{ post.date | date: "%b %-d, %Y" }}
12
+ »
13
+ < a href ="{{ site.url }}{{ post.url }} ">
14
+ {{ post.title }}
15
+ </ a >
16
+ </ div >
17
+
17
18
{% endfor %}
18
- </ ul >
19
19
You can’t perform that action at this time.
0 commit comments