{% if articles_page and articles_page.has_next() %}
<link rel="next" href="{{ articles_next_page.url|format_siteurl|e }}" />
{% endif %}
-{% endblock head_links %}
+{% endblock %}
{% block content %}
<div class="m-col-m-10">
{{ pagination()|indent(6) }}
{% endif %}
</div>
-{% endblock content %}
+{% endblock %}
{% if articles_page.has_next() %}
<link rel="next" href="{{ articles_next_page.url|format_siteurl|e }}" />
{% endif %}
-{% endblock head_links %}
+{% endblock %}
{% block content %}
<div class="m-col-m-10">
{{ pagination()|indent(6) }}
{% endif %}
</div>
-{% endblock content %}
+{% endblock %}
{% endif %}
{% endblock %}
+{% block head_links %}
+ {{- super() -}}
+ {% if page.css %}
+ {% set styles = page.css.strip().split('\n') %}
+ {% for style in styles %}
+ <link rel="stylesheet" href="{{ style|expand_link(page)|e }}" />
+ {% endfor %}
+ {% endif %}
+{% endblock %}
+
{% block head %}
{{- super() -}}
{% if page.description %}
<meta property="og:type" content="website" />
{% endblock %}
-{% block head_links %}
- {{- super() -}}
- {% if page.css %}
- {% set styles = page.css.strip().split('\n') %}
- {% for style in styles %}
- <link rel="stylesheet" href="{{ style|expand_link(page)|e }}" />
- {% endfor %}
- {% endif %}
-{% endblock %}
-
{% block main %}
{% if not page.landing and page.header %}
<div class="m-container m-container-inflatable">