Set the blog posts to use the language specific basenav variable.

This commit is contained in:
Perry Woodin 2016-11-14 12:06:53 -05:00
parent 0248c377cf
commit 6d11c8ac0f
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>