From 3cb1e1601c8cd23f341c3d6dabc8d2c3bd160f7c Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Fri, 24 Apr 2020 00:30:01 +0000 Subject: [PATCH] simplify author name config variable --- _config.yml | 7 +++---- _includes/footer-minimal.html | 4 ++-- _includes/footer.html | 4 ++-- _includes/head.html | 8 ++++---- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index 5864d36..1fbc77d 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,9 @@ title: My website # Short description of your site description: A virtual proof that I'm awesome +# Your name to show in the footer +author: Some Person + # --- Local development options --- # If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl # *** If you're not sure what this mean, then leave this section as it is. Only modify the url and baseurl if you know what you're doing!*** @@ -39,10 +42,6 @@ round-avatar: true # --- Footer options --- # -# Change all these values or delete the ones you don't want. -author: - name: Some Person - # Select your active Social Network links. # Uncomment the links you want to show in the footer and add your information to each link. # You can reorder the items to define the link order. diff --git a/_includes/footer-minimal.html b/_includes/footer-minimal.html index af9d2c1..f1bef84 100644 --- a/_includes/footer-minimal.html +++ b/_includes/footer-minimal.html @@ -1,7 +1,7 @@