From fb6a989044c37226102778e97101b01c8ee6a114 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Mon, 31 May 2021 01:27:57 +0530 Subject: [PATCH] email update Signed-off-by: Avinal Kumar --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index cf6d6ea..b26bf3d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -8,7 +8,7 @@ SITESUBTITLE = '눈치' SITEURL = 'https://avinal.space' THEME = 'themes/alchemy' PATH = 'content' -MAIL = 'avinal.xlvii@gmail.com' +MAIL = 'blog@avinal.space' TIMEZONE = 'Asia/Kolkata' DEFAULT_LANG = 'en'