(article.collapse_first is not defined and not M_COLLAPSE_FIRST_ARTICLE)) %}
<div class="m-clearfix-l"></div>
<!-- content -->
-{{ article.content }}
+{{ article.content|trim }}
<!-- /content -->
{% endif %}
<footer>
<div class="m-container">
<div class="m-row">
<div class="m-col-m-10 m-push-m-1 m-nopady">
- {{ article.summary|indent(12) }}
+ {{ article.summary|trim|indent(12) }}
</div>
</div>
</div>
<div class="m-row">
<div class="m-col-m-10 m-push-m-1 m-nopady">
<!-- content -->
-{{ article.content -}}
+{{ article.content|trim }}
<!-- /content -->
</div>
</div>
{{ header()|indent(6) }}
<div class="m-clearfix-l"></div>
<!-- content -->
-{{ article.content -}}
+{{ article.content|trim }}
<!-- /content -->
<footer>
{% macro footer() %}{% include "article_footer.html" %}{% endmacro %}
(article.collapse_first is not defined and M_COLLAPSE_FIRST_ARTICLE))) or
(article.hide_summary is defined and article.hide_summary != 'True') or
(article.hide_summary is not defined and not M_HIDE_ARTICLE_SUMMARY) %}
- {{ article.summary|indent(2) }}
+ {{ article.summary|trim|indent(2) }}
{% endif %}
</header>
(article.collapse_first is not defined and not M_COLLAPSE_FIRST_ARTICLE)) %}
<div class="m-clearfix-l"></div>
<!-- content -->
-{{ article.content }}
+{{ article.content|trim }}
<!-- /content -->
{% endif %}
<footer>
<div class="m-row">
<div class="m-col-l-10 m-push-l-1 m-nopadb">
<!-- header -->
-{{ page.header|expand_links(page) -}}
+{{ page.header|trim|expand_links(page) }}
<!-- /header -->
</div>
</div>
<div id="m-landing-cover">
<div class="m-container">
<!-- landing -->
-{{ page.landing|expand_links(page) -}}
+{{ page.landing|trim|expand_links(page) }}
<!-- /landing -->
</div>
</div>
</h1>
{% endif %}
<!-- content -->
-{{ page.content -}}
+{{ page.content|trim }}
<!-- /content -->
</div>
</div>
<div class="m-row">
<div class="m-col-l-10 m-push-l-1 m-nopadt">
<!-- footer -->
-{{ page.footer|expand_links(page) -}}
+{{ page.footer|trim|expand_links(page) }}
<!-- /footer -->
</div>
</div>