From 53eef90be219b7f24cf0bd3c28913371aab89c40 Mon Sep 17 00:00:00 2001 From: Maruan Al-Shedivat Date: Sun, 20 Feb 2022 08:28:52 -0800 Subject: [PATCH] Fix #565 --- _config.yml | 2 +- _includes/head.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 7402cceb8232..3e4e49f29242 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ footer_text: > keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty lang: en # the language of your site (for example: en, fr, cn, ru, etc.) -icon: 🔥 # the emoji used as the favicon (alternatively, provide image name in /assets/img/) +icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) url: https://alshedivat.github.io # the base hostname & protocol for your site baseurl: /al-folio # the subpath of your site, e.g. /blog/ diff --git a/_includes/head.html b/_includes/head.html index 3dc3cfacd9d9..1661581a2720 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,10 +14,10 @@ - {% if site.icon.size == 1 %} + {% if site.icon.size < 3 %} {% elsif site.icon != blank %} - + {% endif %}