Skip to content

Commit 1669e8d

Browse files
change layout content
1 parent 3fd4df8 commit 1669e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>
5454

5555
<ul id="posts" class="posts nav">
5656
{% for post in site.posts %}
57-
<li><a href="{{ post.url | prepend:site.baseurl }}">{{ post.navtitle }}</a></li>
57+
<li><a href="{{ post.url | prepend:site.baseurl }}">{{ post.navtitle }}</a> ({{ post.date | date_to_string }})</li>
5858
{% endfor %}
5959
</ul>
6060

@@ -97,7 +97,7 @@ <h5>Featured</h5>
9797
<hr>
9898
<div class="row">
9999
<div class="large-12 columns">
100-
<p>le mieux est l’ennemi du bien</p>
100+
<p>Oliver Thallmair (github <a href="https://github.com/olitha">@olitha</a>)</p>
101101
</div>
102102
</div>
103103
</div>

0 commit comments

Comments
 (0)