From b9e29056176b833e0f4c207bcbe525e64d4154ac Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Tue, 22 Nov 2022 08:15:48 -0500 Subject: [PATCH] Adds lang tag to html element --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 0776c79..d97ea9b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ {% import "macros/macros.html" as post_macros %} - + {% include "partials/header.html" %}