···1818 {{ page.summary | safe }}
1919 {% endif -%}
2020 </div>
2121+ {% if page.description or page.summary -%}
2222+ <div>
2323+ <a class="read-more button" href="{{ page.permalink }}">{{ config.extra.read_more }} →</a>
2424+ </div>
2525+ {% endif -%}
2126 </div>
2227 {# End of pagination for-loop #}
2328 {%- endfor -%}
2929+ {#- I don't put pagination here like Terminal does. I don't like how
3030+ the buttons move with the size of post entries in the content div. -#}
2431</section>
2532{% endmacro list_pages %}