Add en default text to site.locale strings

- Close #407
This commit is contained in:
Michael Rose
2016-07-29 12:16:53 -04:00
parent 30856f411c
commit cc0b266541
15 changed files with 38 additions and 38 deletions

View File

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