diff --git a/_layouts/research-log.html b/_layouts/research-log.html
index d7afff7..8f224e6 100644
--- a/_layouts/research-log.html
+++ b/_layouts/research-log.html
@@ -52,35 +52,6 @@ layout: default
sm:pb-8
border-b
"
->
-
-
- Research entries
-
-
-
-
-
- {% for post in site.posts %} {% if post.category == "research" %} {%
- include post-preview.html %} {% endif %} {% endfor %}
-
-
- {% for post in site.posts limit:8 %} {% if post.category == "research" %}
- {% include post-preview.html %} {% endif %} {% endfor %}
-
-
-
-
-
@@ -95,3 +66,20 @@ layout: default
+
+
+
+
+ Research entries
+
+
+
+
+
+ {% for post in site.posts %} {% if post.category == "research" %} {%
+ include post-preview.html %} {% endif %} {% endfor %}
+
+
+