From 19135732b734eed1c5ef0d8ebe3d3a7ef050cb26 Mon Sep 17 00:00:00 2001
From: JP Hastings-Spital
Date: Mon, 23 Oct 2023 21:21:01 +0100
Subject: [PATCH] Space out last post emoji
---
layouts/partials/about-me.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html
index c3872c07..6214c441 100644
--- a/layouts/partials/about-me.html
+++ b/layouts/partials/about-me.html
@@ -10,5 +10,5 @@
{{ .Title }},
{{ end }}
and {{ with index $posts 2 }}{{ .Title }}{{ end }}.
- {{ range $posts | first 3 }}{{.Params.emoji}}{{ end }}
+ {{ range $posts | first 3 }}{{.Params.emoji}} {{ end }}