Add en default text to site.locale strings

- Close #407
This commit is contained in:
Michael Rose
2016-08-01 09:07:50 -04:00
parent 0cf79d8fcd
commit 0463303bd9
14 changed files with 37 additions and 37 deletions
+1 -1
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>