From c7ae0ff5d67930846b153ab53bfe11493a7992d3 Mon Sep 17 00:00:00 2001 From: tenax66 Date: Fri, 23 Aug 2024 21:53:19 +0900 Subject: [PATCH] remove the avatar on the header --- _config.yml | 6 ------ _includes/navigation.html | 6 ------ 2 files changed, 12 deletions(-) diff --git a/_config.yml b/_config.yml index 1046953..e4eb0f4 100644 --- a/_config.yml +++ b/_config.yml @@ -11,12 +11,6 @@ title: flatline # TZ timezone: Asia/Tokyo -# Link to avatar in the navbar (/assets/images/avatar.png). Leave empty if no logo desired. Two avatars for light and dark mode. -# Avatar for light mode site -lightavatar: /assets/images/light_flatline_logo.png -# Avatar for dark mode site -darkavatar: /assets/images/dark_flatline_logo.png - # A short description (e.g., A blog dedicated to reviewing cat gifs), used as part of the title tag like Ben's Awesome Site | A blog dedicated to reviewing cat gifs instead of Ben's Awesome Site | Long description about a blog dedicated to reviewing cat gifs that would be used when page.title is not defined. tagline: FLATLINE 短歌 diff --git a/_includes/navigation.html b/_includes/navigation.html index 673e918..85769dd 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,12 +1,6 @@