From b4c6475661ca7a714cf53ed8def52bd761f4a47c Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Tue, 1 Dec 2020 23:45:55 +0530 Subject: [PATCH] links updated --- 404.html | 8 ++++---- pelicanconf.py | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/404.html b/404.html index 2cf8364..0980a5e 100644 --- a/404.html +++ b/404.html @@ -7,8 +7,8 @@ - - + + @@ -28,8 +28,8 @@ - - + + \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index cdea48b..6b64a12 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ AUTHOR = 'Avinal' HIDE_AUTHORS = True SITENAME = 'The Interstellar Twilight' SITESUBTITLE = 'Avinal Kumar' -SITEURL = 'https://avinal.github.io' +SITEURL = 'https://avinal.is-a.dev' THEME = 'alchemy' PATH = 'content' EMAIL = '185067@nith.ac.in' @@ -51,7 +51,8 @@ ICONS = [ ('github', "https://github.com/avinal"), ('gitlab', 'https://code.videolan.org/avinal'), ('linkedin', 'https://www.linkedin.com/in/avinal/'), - ('instagram', 'https://www.instagram.com/amaranthine.sole/'), + ('instagram', 'https://www.instagram.com/avinal.k/'), + ('facebook', "https://www.facebook.com/avinal.kt") ('twitter', 'https://www.twitter.com/avinal_') ]