diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-06-28 14:24:15 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-06-28 14:24:15 +0530 |
commit | 50cd8a5be6238b358d32a8ff8eec85641f517875 (patch) | |
tree | 10f359be960f39893b6597d3e5c2d2f68ae3248a /config.toml | |
parent | af8a824640eb7b21c3a6a6c87f5db54e1a6ba814 (diff) |
removed web buttons to make website smaller
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 2f3f40d..0f96ad5 100644 --- a/config.toml +++ b/config.toml @@ -6,11 +6,11 @@ theme = "vidhukant-hugo" [params] gifs = [ - "<a href='https://vidhukant.com'><img src='/images/vidhukant.xyz.gif' alt='VidhuKant.xyz' width='88'></a>" - , "<a href='https://landchad.net'><img src='/images/landchad.gif' alt='LandChad.net' width='88'></a>" - , "<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' alt='JacobWSmith.xyz' width='88'></a>" - , "<a href='/contact/'><img src='/images/no-facebook.webp' alt=\"Not f'd. You won't find me on Facebook\" width='120'></a>" - , "<a href='https://512kb.club'><img src='/images/green-team.svg' alt='a proud member of the green team of 512KB club'></a>" + #"<a href='https://vidhukant.com'><img src='/images/vidhukant.xyz.gif' alt='VidhuKant.xyz' width='88'></a>", + #"<a href='https://landchad.net'><img src='/images/landchad.gif' alt='LandChad.net' width='88'></a>", + #"<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' alt='JacobWSmith.xyz' width='88'></a>", + "<a href='/contact/'><img src='/images/no-facebook.webp' alt=\"Not f'd. You won't find me on Facebook\" width='120'></a>", + "<a href='https://512kb.club'><img src='/images/green-team.svg' alt='a proud member of the green team of 512KB club'></a>" ] mainPictureURL = "/images/vidhukant.webp" mainPictureAlt = "Vidhu Kant" |