From 0e33339ca56be369f8fc7cf00183ce0ef02d0a17 Mon Sep 17 00:00:00 2001 From: Magdalena Sadowska Date: Fri, 15 Nov 2024 13:33:29 +0100 Subject: [PATCH] [Docs] Disallow indexing old-docs in search engines --- docs/_themes/sylius_rtd_theme/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_themes/sylius_rtd_theme/layout.html b/docs/_themes/sylius_rtd_theme/layout.html index 3aee77691a..f4135fc8e0 100644 --- a/docs/_themes/sylius_rtd_theme/layout.html +++ b/docs/_themes/sylius_rtd_theme/layout.html @@ -13,6 +13,7 @@ + {% block htmltitle %} {{ title|striptags|e }}{{ titlesuffix }} {% endblock %}