From b22a4b98f705996029eb4a25e891daba776b6867 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 17 Feb 2022 21:54:34 -0300 Subject: [PATCH] Remove middle name --- _config.yml | 1 - _includes/header.html | 2 +- _includes/metadata.html | 8 ++++---- _layouts/about.html | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) 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 %}