+ {% if page.serie %} +
+

Más artículos en {{ page.serie }}

+

Este es el artículo {{ page.title }} de la serie {{ page.serie }} - Mostrar todos

+
    + {% assign sorted_pages = site.posts | sort:"date" %} + {% for post in sorted_pages %} + {% if post.serie contains page.serie %} + {% if post.title == page.title %} +
  1. {{ post.title }}
  2. + {% else %} +
  3. {{ post.title }}
  4. + {% endif %} {% endif %} - {% endif %} - {% endfor %} + {% endfor %}
- {% endif %} - {% assign paragraphs = content | split:'

' %} - {% for paragraph in paragraphs %} - {{ paragraph }} - {% assign forlength = forloop.length | divided_by:2 %} - {% if forloop.index == forlength %} - {% include middle-post-ad.html %} {% endif %} - {% endfor %} + {% assign paragraphs = content | split:'

' %} + {% for paragraph in paragraphs %} + {{ paragraph }} + {% assign forlength = forloop.length | divided_by:2 %} + {% if forloop.index == forlength %} + {% unless page.categories contains 'notícias' %} + {% include middle-post-ad.html %} + {% endunless %} + {% endif %} + {% endfor %} +