From 4b8debebd4bab4cd29b38aef7e1cf8c3c3a7407b Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Mon, 3 Feb 2025 19:30:53 +0000 Subject: [PATCH] Add noindex, nofollow to the base HTML --- core/scripts/webpanel/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/webpanel/templates/base.html b/core/scripts/webpanel/templates/base.html index a0bf0e7..6a71cac 100644 --- a/core/scripts/webpanel/templates/base.html +++ b/core/scripts/webpanel/templates/base.html @@ -4,6 +4,7 @@ + {% block title %}Admin Dashboard{% endblock %}