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

@ -42,7 +42,7 @@
{% endif %}
{% if f.url %}
<p><a href="{{ f_url }}" class="btn {{ f.btn_class }}">{{ f.btn_label | default: site.data.ui-text[site.locale].more_label }}</a></p>
<p><a href="{{ f_url }}" class="btn {{ f.btn_class }}">{{ f.btn_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a></p>
{% endif %}
</div>
</div>