update permalinks

This commit is contained in:
Pat Dryburgh 2018-07-31 09:45:50 -07:00
parent 4089e95e07
commit 7846ac8845

View File

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