Skip to content

Commit

Permalink
exclude shortlist from index and sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Dec 19, 2024
1 parent d9330b9 commit abc03d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _buildscripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ def run():

# process js files
shortlist = []
# front matter for shortlist: noindex, no sitemap
shortlist.append('---\n')
shortlist.append('sitemap: false\n')
shortlist.append('robots: "noindex"\n')
shortlist.append('---\n')

shortlist.append('## shortlist\n\n')

# Aktuelles Datum und Uhrzeit abrufen
Expand Down

0 comments on commit abc03d7

Please sign in to comment.