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.
This commit is contained in:
Furkan Akkurt 2024-02-14 08:36:30 +03:00 committed by GitHub
parent 0f0feb17be
commit 26fad311db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -8,12 +8,10 @@
{% if site.first_name %}
<span class="font-weight-bold">
{{- site.first_name -}}
&nbsp;</span
>
</span>
{% endif %}
{% if site.middle_name %}
{{- site.middle_name -}}
&nbsp;
{% endif %}
{% if site.last_name %}
{{- site.last_name -}}