From 6af35a4019254fd3c51fb7534139776ae05c287c Mon Sep 17 00:00:00 2001 From: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:36:30 +0300 Subject: [PATCH] remove the space in names of "site" (#2188) I removed the spaces between the first, middle and last names in the header. It's just my preference, I don't know if it would be accepted but I have done this for my own page using this repository as a template. --- _includes/header.liquid | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_includes/header.liquid b/_includes/header.liquid index 4105913c2ad7..e4e25b5b7434 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -8,12 +8,10 @@ {% if site.first_name %} {{- site.first_name -}} -   + {% endif %} {% if site.middle_name %} {{- site.middle_name -}} -   {% endif %} {% if site.last_name %} {{- site.last_name -}}