diff --git a/layouts/partials/blocks/templates/posts/list.html b/layouts/partials/blocks/templates/posts/list.html
index 9ee54456ab7b5fb7aed483d6f544d4e5bf56eaa4..1b26319b3fb3137101bccbe7e01236b7e12f08f5 100644
--- a/layouts/partials/blocks/templates/posts/list.html
+++ b/layouts/partials/blocks/templates/posts/list.html
@@ -1,7 +1,9 @@
 <div class="list">
   {{ range $post := .posts -}}
     {{ with site.GetPage (printf "/posts/%s" $post) }}
-      {{ partial "posts/post.html" (dict "post" . ) }}
+      {{ partial "posts/post.html" (dict 
+        "post" . 
+        "heading" "h3") }}
     {{ end }}
   {{ end }}
 </div>
\ No newline at end of file