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

@@ -1,7 +1,7 @@
{% include base_path %}
<div class="page__comments">
<h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label }}</h4>
<h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_label | default: "Leave a Comment" }}</h4>
{% case site.comments.provider %}
{% when "disqus" %}
<section id="disqus_thread"></section>