diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 20:01:02 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 20:01:02 +0100 |
| commit | 6d4a32eb009b527aaafc5c159759c58718e01644 (patch) | |
| tree | 403e0f3a9aa6501484decf3699234f95e2e1683c /blog/index.html | |
| parent | 60368a105e71f81dc8a10e2c84298464b2a20ccf (diff) | |
| download | jo.mssola.com-6d4a32eb009b527aaafc5c159759c58718e01644.tar.gz jo.mssola.com-6d4a32eb009b527aaafc5c159759c58718e01644.zip | |
Translated missing string on blog/index.html
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'blog/index.html')
| -rw-r--r-- | blog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/index.html b/blog/index.html index 20bf3f3..72565ad 100644 --- a/blog/index.html +++ b/blog/index.html @@ -30,7 +30,7 @@ permalink_en: /blog/ <div id="posts-list" class="row"> {% capture posts_count %}{{ site.posts | where:"lang",site.lang | size }}{% endcapture %} {% if posts_count == "0" %} - <center>Oops, it's empty!</center> + <center>{% t blog.empty %}</center> {% endif %} {% for post in site.posts %} |
