diff --git a/src/_includes/post.njk b/src/_includes/post.njk index ccd9d59..a31a4d1 100644 --- a/src/_includes/post.njk +++ b/src/_includes/post.njk @@ -2,12 +2,14 @@ layout: "layout.njk" ---
-
+ {% if tags and 'general' in tags %} +
Back to all posts
+ {% endif %}

{{ title }}