diff --git a/_config.yml b/_config.yml index 69ff77e..65748d3 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,6 @@ title: blank first_name: Santiago -middle_name: last_name: Lo Coco email: description: diff --git a/_includes/header.html b/_includes/header.html index 481174e..2f6663d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@
{% if page.title != "about" -%} - {%- if site.title == "blank" -%}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif -%} + {%- if site.title == "blank" -%}{{ site.first_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif -%} {% endif %}