Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Add meta noindex, nofollow
Browse files Browse the repository at this point in the history
  • Loading branch information
jflidr committed Jul 19, 2024
1 parent 2ca552e commit 58324b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': '<meta name="robots" content="noindex, nofollow" />',
}

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 58324b8

Please sign in to comment.