From 46dc71517fae6f68c715696e6c072810ae0477a5 Mon Sep 17 00:00:00 2001 From: "chilensis.dev" Date: Fri, 11 Oct 2024 03:31:55 +0000 Subject: [PATCH] Update base html add relative_url inside script tag --- _layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/base.html b/_layouts/base.html index f4d4e16..8d5c95a 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -3,6 +3,6 @@ {% include head.html %} {{content}} - + \ No newline at end of file