diff options
Diffstat (limited to '_includes/views/post-item.html')
-rw-r--r-- | _includes/views/post-item.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/views/post-item.html b/_includes/views/post-item.html index 0d6d129..0cad1f4 100644 --- a/_includes/views/post-item.html +++ b/_includes/views/post-item.html @@ -9,5 +9,6 @@ <span> <a class="post-link" href="{{ post.url | relative_url }}"> {{ post.title | escape }} + {%- include views/post-badges.html -%} </a> </span> |