From 4c3003feeab379a1eb87bd914e3eb7c6c30755b7 Mon Sep 17 00:00:00 2001 From: Andrew4Coding Date: Fri, 11 Oct 2024 14:16:22 +0700 Subject: [PATCH] fix: unlaoded font --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 6d88e38..0041e56 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,7 @@ {% block meta %}{% endblock meta %} - +
{% include "ds/navbar.html" %} {% block content %}{% endblock content%}