1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

update theme and add calander

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2022-03-20 01:07:24 +05:30
parent 92691850fc
commit 9ec2f124d8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ LINKS = [
ICONS = [ ICONS = [
('github', "https://github.com/avinal"), ('github', "https://github.com/avinal"),
('linkedin', 'https://www.linkedin.com/in/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') DIRECT_TEMPLATES = ('index', 'tags', 'categories', 'archives', 'sitemap')
+1 -1
View File
@@ -45,7 +45,7 @@
<div id='stars'></div> <div id='stars'></div>
<div id='stars2'></div> <div id='stars2'></div>
<div id='stars3'></div> <div id='stars3'></div>
<div class="container"> <div class="container text-center">
{% include 'include/header.html' %} {% include 'include/header.html' %}
</div> </div>
</header> </header>