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"),