From fbabdf61157201a589cc0f67eb6c5c48697b86e4 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 21 May 2021 23:23:59 +0530 Subject: [PATCH] add gsoc --- pelicanconf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index f31b03a..08fcb82 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -44,8 +44,11 @@ EXTRA_PATH_METADATA = { 'extras/CNAME': {'path': 'CNAME'}, } -RFG_FAVICONS = False +RFG_FAVICONS = True +LINKS = [ + ('gsoc', 'https://gsoc.avinal.space') +] # icons ICONS = [ ('github', "https://github.com/avinal"),