From 259e8ab7a3a7e607263ca07e53787d85881bab8a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 25 Sep 2018 19:13:16 +0200 Subject: Re-bumped much of the application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- blog/index.html | 56 +------------------------------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) (limited to 'blog') diff --git a/blog/index.html b/blog/index.html index 72565ad..e87c584 100644 --- a/blog/index.html +++ b/blog/index.html @@ -7,58 +7,4 @@ permalink: /blog/ permalink_en: /blog/ --- -
-
-

- {% t titles.blog %} - - - {% if site.lang == "ca" %} - RSS Feed - {% else %} - RSS Feed - {% endif %} - -

- -

- {% t blog.intro %} - Creative Commons BY-ND 4.0. -

-
- -
- {% capture posts_count %}{{ site.posts | where:"lang",site.lang | size }}{% endcapture %} - {% if posts_count == "0" %} -
{% t blog.empty %}
- {% endif %} - - {% for post in site.posts %} - {% if site.lang == post.lang %} -
- -

- {{ post.title }}{% if post.subtitle %}. {{ post.subtitle }}{% endif %} -

-
- - - -
- {{ post.content | truncatewords: 50 | strip_html }} - [{% t blog.read %} {% t blog.more %}] -
-
- {% endif %} - {% endfor %} -
-
+{% include grid.html hasfeed=true %} -- cgit v1.2.3