From 6d4a32eb009b527aaafc5c159759c58718e01644 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 19 Feb 2018 20:01:02 +0100 Subject: Translated missing string on blog/index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog') 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/
{% capture posts_count %}{{ site.posts | where:"lang",site.lang | size }}{% endcapture %} {% if posts_count == "0" %} -
Oops, it's empty!
+
{% t blog.empty %}
{% endif %} {% for post in site.posts %} -- cgit v1.2.3