Merge branch 'master' into fix/link-checker

This commit is contained in:
Perry Woodin 2016-11-14 12:33:24 -05:00
commit 8d48832ca5
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ layout: default
{% endif %}
</div>
<h2 class="featurepost__title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
<h2 class="featurepost__title"><a href="{{ basenav }}{{ post.url }}">{{ post.title }}</a></h2>
<em class="featurepost__date">{{ post.date | date: "%b %d, %Y" }}</em>

View file

@ -20,7 +20,7 @@ description: pages.blog.description
{% endif %}
</div>
<h2 class="featurepost__title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
<h2 class="featurepost__title"><a href="{{ basenav }}{{ post.url }}">{{ post.title }}</a></h2>
<em class="featurepost__date">{{ post.date | date: "%b %d, %Y" }}</em>