Merge pull request #40 from perrywoodin/fix/blog-post-linkage

Set the blog posts to use the language specific basenav variable.
This commit is contained in:
Perry Woodin 2016-11-14 12:10:14 -05:00 committed by GitHub
commit 4de4e7c1d6
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>