From 6db3ef2a7fea4cc8d39fed8568f7f532eea4b58d Mon Sep 17 00:00:00 2001 From: Farhad Allian Date: Sat, 18 Nov 2023 19:15:20 +0000 Subject: [PATCH] fixes: head.html --- _includes/head.html | 18 +++++++----------- _pages/about.md | 4 ++-- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index e88c147..910e468 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,23 +2,19 @@ {% include metadata.html %} - - - - + + - - - + - - - + + + - + {% if page.toc and page.toc.sidebar %} diff --git a/_pages/about.md b/_pages/about.md index 1dff76e..1d069b4 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -38,8 +38,8 @@ profile: // Set the image source and hyperlink URL spotifyImage.src = spotifyProfile.image_url; spotifyImage.alt = "Spotify"; - spotifyImage.width = 120; - spotifyImage.height = 60; + spotifyImage.width = 240; + spotifyImage.height = 61; spotifyImage.srcset = `${spotifyProfile.image_url} 1x` spotifyImage.preload = "auto"; // Preload the image spotifyLink.href = spotifyProfile.hyperlink_url;