diff --git a/_includes/post_link.njk b/_includes/post_link.njk index da13610..db01fb0 100644 --- a/_includes/post_link.njk +++ b/_includes/post_link.njk @@ -1,7 +1,4 @@ -{% if page.url != post.url %} -{{ post.data.title }} -{% else %} -{{ post.data.title }} -{% endif %} - +{{ post.data.title }} {% if post.data.description %}
{{ post.data.description }}
{% endif %}