From 13d319d72cc44db35490fd34a71fa69269397668 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 15 Jan 2019 20:38:52 +0100 Subject: Minor fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _includes/postmeta.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_includes/postmeta.html') diff --git a/_includes/postmeta.html b/_includes/postmeta.html index 0c7416d..d9cc684 100644 --- a/_includes/postmeta.html +++ b/_includes/postmeta.html @@ -6,11 +6,15 @@ {% include date.html date=include.date %} {{ pre }}{{ day }} de {{ month }} del {{ year }} {% else %} - {{ post.date | date: "%B %-d, %Y" }} + {{ include.date | date: "%B %-d, %Y" }} {% endif %} {% t footer.by %} {{ site.author }}. + + {% capture tags_count %}{{ include.tags | size }}{% endcapture %} + {% if tags_count != "0" %} {% t blog.tags %}: + {% endif %}
-- cgit v1.2.3