From 605df838f37c07cfb5791b43bc516f6c45613412 Mon Sep 17 00:00:00 2001 From: Jason Fleischer Date: Tue, 14 Jul 2020 07:41:06 -0700 Subject: [PATCH] Changes allow for more than first and last name to be displayed (#102) If more than 2 elements in _config.yml variable `site.title`, any middle names or initials will be displayed. --- _config.yml | 2 +- _includes/header.html | 13 +++++++++++-- _layouts/about.html | 12 ++++++++++-- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index f29d2d0..84500d0 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Site settings # ----------------------------------------------------------------------------- -title: Your Name +title: You R. Name email: you@example.com description: > # this means to ignore newlines until "url:" A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. diff --git a/_includes/header.html b/_includes/header.html index 2879578..ec0f86b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,8 +4,17 @@