From e6a9c4f03404fe39ab1f6c66d25992aef0212d99 Mon Sep 17 00:00:00 2001 From: johnnyaug Date: Wed, 20 Sep 2023 14:56:52 +0300 Subject: [PATCH] do not use cache for navs --- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index e76ee078e4a..0c279c8a921 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -114,7 +114,7 @@ }); - {% include_cached nav.html pages=site.html_pages %} + {% include nav.html pages=site.html_pages %}
{% include header_menu.html %}