We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd4df8 commit 1669e8dCopy full SHA for 1669e8d
_layouts/default.html
@@ -54,7 +54,7 @@ <h1>
54
55
<ul id="posts" class="posts nav">
56
{% for post in site.posts %}
57
- <li><a href="{{ post.url | prepend:site.baseurl }}">{{ post.navtitle }}</a></li>
+ <li><a href="{{ post.url | prepend:site.baseurl }}">{{ post.navtitle }}</a> ({{ post.date | date_to_string }})</li>
58
{% endfor %}
59
</ul>
60
@@ -97,7 +97,7 @@ <h5>Featured</h5>
97
<hr>
98
<div class="row">
99
<div class="large-12 columns">
100
- <p>le mieux est l’ennemi du bien</p>
+ <p>Oliver Thallmair (github <a href="https://github.com/olitha">@olitha</a>)</p>
101
</div>
102
103
0 commit comments