Translate index page title
This commit is contained in:
parent
aceb6cdd7f
commit
ee25653da2
2 changed files with 4 additions and 3 deletions
|
@ -26,10 +26,11 @@ en: &DEFAULT_EN
|
|||
powered_by : "Powered by"
|
||||
website_label : "Website"
|
||||
email_label : "Email"
|
||||
recent_posts : "Recent Posts"
|
||||
en-US:
|
||||
<<: *DEFAULT_EN
|
||||
en-UK:
|
||||
<<: *DEFAULT_EN
|
||||
|
||||
# Another locale
|
||||
# --------------
|
||||
# --------------
|
||||
|
|
|
@ -5,10 +5,10 @@ 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 %}
|
||||
{% endfor %}
|
||||
|
||||
{% include paginator.html %}
|
||||
{% include paginator.html %}
|
||||
|
|
Loading…
Reference in a new issue