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:
parent
0f0feb17be
commit
26fad311db
|
|
@ -8,12 +8,10 @@
|
|||
{% if site.first_name %}
|
||||
<span class="font-weight-bold">
|
||||
{{- site.first_name -}}
|
||||
</span
|
||||
>
|
||||
</span>
|
||||
{% endif %}
|
||||
{% if site.middle_name %}
|
||||
{{- site.middle_name -}}
|
||||
|
||||
{% endif %}
|
||||
{% if site.last_name %}
|
||||
{{- site.last_name -}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue