From cc0bd79b63f7a89e8f032a0c32a44e16b86c0947 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sat, 15 Jun 2024 13:14:13 +0100 Subject: [PATCH] Remove the "response" section, it's doing nothing --- src/_includes/post.njk | 57 +----------------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/src/_includes/post.njk b/src/_includes/post.njk index be8b3fe..5bc78e2 100644 --- a/src/_includes/post.njk +++ b/src/_includes/post.njk @@ -27,60 +27,5 @@ includePrism: true {% image metadata.author.avatar, "My face", "box circle u-photo", "(max-width: 500px) 50px, 100px", [50, 100] %}

I'm Lewis Dale, a software engineer and web developer based in the UK. I write about writing software, silly projects, and cycling. A lot of cycling. Too much, maybe.

- - -
-

Responses

- - {% if post.comments.like | length %} -
-

Likes

- - -
- {% endif %} - - {% if post.comments.repost | length %} -
-

Reposts

- - -
- {% endif %} - - {% if post.comments.comment | length %} -
-

Replies

- -
    - {% for reply in post.comments.comment | reverse %} - - - {% endfor %} -
-
- {% endif %} - -
- +