|
@@ -14,7 +14,7 @@ layout: default
|
|
{% for post in site.related_posts limit:3 %}
|
|
{% for post in site.related_posts limit:3 %}
|
|
<li>
|
|
<li>
|
|
<h3>
|
|
<h3>
|
|
- <a href="{{ site.baseurl }}/{{ post.url }}">
|
|
|
|
|
|
+ <a href="{{ site.baseurl }}{{ post.url }}">
|
|
{{ post.title }}
|
|
{{ post.title }}
|
|
<small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
|
|
<small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
|
|
</a>
|
|
</a>
|