Merge branch 'master' of https://github.com/flohw/minimal-mistakes into feature/translate-recent-posts-title

This commit is contained in:
Michael Rose 2016-05-13 10:38:29 -04:00
commit ab2f7043b1
2 changed files with 4 additions and 3 deletions

View file

@ -26,6 +26,7 @@ en: &DEFAULT_EN
powered_by : "Powered by"
website_label : "Website"
email_label : "Email"
recent_posts : "Recent Posts"
en-US:
<<: *DEFAULT_EN
en-UK:

View file

@ -5,7 +5,7 @@ author_profile: true
{% include base_path %}
<h3 class="archive__subtitle">Recent Posts</h3>
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}