From 9ec2f124d871b47363172ee4d7bb4c82addcaa88 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Sun, 20 Mar 2022 01:07:24 +0530 Subject: [PATCH] update theme and add calander Signed-off-by: Avinal Kumar --- pelicanconf.py | 3 ++- themes/alchemy/templates/base.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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' %}