From a6cee7c2adf3b4ae6bf15e6f17c8e6112df05004 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 22 Aug 2019 16:28:27 -0500 Subject: [PATCH] proper implementation of github activity widget --- app/templates/index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index a7834ca..95e9a87 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block head %} -super() +{{ super() }} @@ -43,7 +43,7 @@ super()
-
+
@@ -78,4 +78,14 @@ super() + + + {% endblock body %} \ No newline at end of file