Skip to content

Commit d23b30d

Browse files
committed
up archive
1 parent 2eba503 commit d23b30d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<h3 class="masthead-title">
1414
<a href="{{ site.url }}">{{ site.title }}</a>
1515
<small>
16-
<a href="{{ site.url }}/archive.html">Archive</a>
16+
&nbsp;&nbsp;&nbsp;<a href="{{ site.url }}/archive.html">Archive</a>
1717
</small>
1818
<small>
19-
<a href="{{ site.url }}/feed.xml">Feed</a>
19+
&nbsp;&nbsp;&nbsp;<a href="{{ site.url }}/feed.xml">Feed</a>
2020
</small>
2121
<small>
22-
<a href="https://github.com/feedreader/jekyll-minimal-theme">About</a>
22+
&nbsp;&nbsp;&nbsp;<a href="https://github.com/feedreader/jekyll-minimal-theme">About</a>
2323
</small>
2424
</h3>
2525
</header>

archive.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<h1>Archive</h1>
77

8-
<ul>
98
{% 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+
1718
{% endfor %}
18-
</ul>
1919

0 commit comments

Comments
 (0)