update permalinks

This commit is contained in:
Pat Dryburgh
2018-07-31 09:44:11 -07:00
parent 09abffc9e0
commit 4089e95e07

View File

@ -39,7 +39,7 @@ layout: default
<ul class="post-list">
{% for post in site.posts %}
<li>
<a href="{{ post.url }}" class="post-link">
<a href="{{ post.url | prepend: baseurl }}" class="post-link">
<span class="post-title">
{{ post.title }}
</span>