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 %} - -
- +