From ad138d3c67b1321b38a53b6fa056148085eb5b93 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 28 Aug 2023 17:51:55 +0530 Subject: added rounded og:image --- hugo.toml | 2 +- static/images/vidhukant.png | Bin 0 -> 69404 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 static/images/vidhukant.png diff --git a/hugo.toml b/hugo.toml index f4931b4..089506a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,7 +7,7 @@ theme = "zt-hugo" [params] siteDescription = "Vidhu Kant Sharma's personal website" domain = "vidhukant.com" -ogImage = "/images/vidhukant.webp" +ogImage = "/images/vidhukant.png" header404 = ["/images/gray-area/anime-header2.webp", "alt"] homepageLinks = [ diff --git a/static/images/vidhukant.png b/static/images/vidhukant.png new file mode 100644 index 0000000..70ff170 Binary files /dev/null and b/static/images/vidhukant.png differ -- cgit v1.2.3