diff --git a/pelicanconf.py b/pelicanconf.py index 274ef30..89ffe10 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -54,7 +54,8 @@ LINKS = [ ICONS = [ ('github', "https://github.com/avinal"), ('linkedin', 'https://www.linkedin.com/in/avinal/'), - ('instagram', 'https://instagram.com/avinal.k') + ('instagram', 'https://instagram.com/avinal.k'), + ('calendar', 'https://meet.avinal.space') ] DIRECT_TEMPLATES = ('index', 'tags', 'categories', 'archives', 'sitemap') diff --git a/themes/alchemy/templates/base.html b/themes/alchemy/templates/base.html index c533b75..4a59a60 100644 --- a/themes/alchemy/templates/base.html +++ b/themes/alchemy/templates/base.html @@ -45,7 +45,7 @@
-
+
{% include 'include/header.html' %}