From a6f720d6268c959843d83db8f8c8662a494099dd Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Sat, 12 Aug 2023 17:01:18 -0500 Subject: [PATCH] Install flamethrower --- templates/base.html | 7 +++++++ templates/blog-page.html | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d5df840..00c6bab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,6 +12,13 @@ {% block title %} {% endblock title %} - karx's website + + + + {% block headext %} {% endblock headext %} diff --git a/templates/blog-page.html b/templates/blog-page.html index 3723ab8..3fd06ac 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -29,6 +29,41 @@ data-lang="en" data-loading="lazy" crossorigin="anonymous" - async> + async + data-reload> {% endblock content %} + +{% block headext %} + +{% endblock headext %}