From 8d54e997fdb399b0721b3f1b476ea83dba0690be Mon Sep 17 00:00:00 2001 From: iconized <157954129+iconized@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:58:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=20@iconized=20made=20a=20new=20com?= =?UTF-8?q?mit!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 2 +- iconized.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index e04fe5cf..2b93aae5 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,6 @@ #################### default parameters ################################ # favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation -favicon = "images/snigdhaos-favicon.png" +favicon = "images/snigdhaos-favicon.svg" # logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation logo = "images/snigdhaos-logo.svg" logo_darkmode = "images/snigdhaos-logo.svg" diff --git a/iconized.sh b/iconized.sh index edf03781..c2b20be1 100755 --- a/iconized.sh +++ b/iconized.sh @@ -9,5 +9,5 @@ git config --global user.email "157954129+iconized@users.noreply.github.com" # Git Push git add . git commit -m "👽 @iconized made a new commit!" -git push origin master +# git push origin master