some minor updates

This commit is contained in:
tomjohnson1492
2016-05-02 10:20:17 -07:00
parent d02914e137
commit 4063deecea
7 changed files with 50 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ toc: false
<ul class="past">
{% endif %}
{% endunless %}
<li><time>{{ post.date | date:"%d %b" }}</time><a href="{{ post.url }}">{{ post.title }}</a></li>
<li><time>{{ post.date | date:"%d %b" }}</time><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</section>