diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -50,59 +50,6 @@ {% endif %} - {% assign english_posts = site.posts | where: "lang", "en" %} - {% assign first_posts = english_posts | slice: 0, site.front_page_posts %} -
- {% for post in first_posts %} -
- -

{{ post.title }}

- - {% if post.subtitle %} -

- {{ post.subtitle }} -

- {% endif %} -
- - - -
- {% if post.image %} -
- - - -
- {% endif %} -
- {{ post.excerpt | strip_html | xml_escape | truncatewords: site.excerpt_length }} - {% assign excerpt_word_count = post.excerpt | number_of_words %} - {% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %} - [Read More] - {% endif %} -
-
- - {% if post.tags.size > 0 %} -
- Tags: - {% if site.link-tags %} - {% for tag in post.tags %} - {{- tag -}} - {% endfor %} - {% else %} - {{ post.tags | join: ", " }} - {% endif %} -
- {% endif %} - -
- {% endfor %} -
-
Older Announcements