diff --git a/_includes/postlist.njk b/_includes/postlist.njk index a8cee9a6..8628ca25 100644 --- a/_includes/postlist.njk +++ b/_includes/postlist.njk @@ -6,7 +6,9 @@ {{ post.data.image.alt }} {% endif %} -

{{ post.data.title }}

+

{{ post.data.title }} + {% if "blur" in post.data.tags %}(mature){% endif %} +