From 22cfae69dbb4ddbdb8b07acb21bd4c332e39c96e Mon Sep 17 00:00:00 2001 From: cheddar Date: Thu, 17 Apr 2025 08:57:50 -0400 Subject: [PATCH] Change indicator of current page --- _includes/post_link.njk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 %}