From 4287b9e6129cf775d88f50056d6619d28409ee0f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 21 Oct 2019 13:18:25 +0800 Subject: [PATCH] Renamed variable in Config. --- _config.yml | 2 +- _includes/sidebar.html | 12 ++++++------ assets/css/_src/main.scss | 8 ++++---- assets/img/sample/{profile.jpg => avatar.jpg} | Bin 4 files changed, 11 insertions(+), 11 deletions(-) rename assets/img/sample/{profile.jpg => avatar.jpg} (100%) diff --git a/_config.yml b/_config.yml index 3b27a88..59ee108 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ url: 'https://www.example.com' author: Chirpy # change to your full name -logo: /assets/img/sample/profile.jpg # Support network resources. +avatar: /assets/img/sample/avatar.jpg # Support network resources. github: username: github_username # change to your github username diff --git a/_includes/sidebar.html b/_includes/sidebar.html index fb1b89c..ad5a202 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -6,13 +6,13 @@