diff --git a/templates/macros/macros.html b/templates/macros/macros.html
index 2e9603c..24d0016 100644
--- a/templates/macros/macros.html
+++ b/templates/macros/macros.html
@@ -10,6 +10,16 @@
{{page.title}}
+ {% if page.description %}
+
+ {{ page.description }}
+
+ {% elif page.summary %}
+
+ {{ page.summary }}…
+
+ {% endif %}
+
posted on
@@ -17,19 +27,6 @@
{{ post_macros::tags(page=page) }}
-
- {% if page.description %}
- {{ page.description }}
- {% elif page.summary %}
- {{ page.summary }}…
- {% else %}
- {% set hide_read_more = true %}
- {% endif %}
-
-
- {% if not hide_read_more %}
- Read more ⟶
- {% endif %}
{% endfor -%}