diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 54f7de3d..55a4f67f 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -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 -# -------------- \ No newline at end of file +# -------------- diff --git a/index.html b/index.html index 155e8f6b..1a202656 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@ author_profile: true {% include base_path %} -

Recent Posts

+

{{ site.data.ui-text[site.locale].recent_posts }}

{% for post in paginator.posts %} {% include archive-single.html %} {% endfor %} -{% include paginator.html %} \ No newline at end of file +{% include paginator.html %}