From 58324b8d8318e9af8fefd61b35eb1eb9914b1101 Mon Sep 17 00:00:00 2001 From: Jindrich Flidr Date: Fri, 19 Jul 2024 17:30:40 +0200 Subject: [PATCH] Add meta noindex, nofollow --- source/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 138e49b0..e9beaf91 100644 --- a/source/conf.py +++ b/source/conf.py @@ -46,7 +46,12 @@ templates_path = ['_templates'] # Folder for extra files like robots.txt -html_extra_path = ['_extra'] +# html_extra_path = ['_extra'] + +# HTML Context for maain file +html_context = { + 'meta_robots': '', +} # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.