Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Feb 11, 2025
2 parents a67a0fc + 57e142d commit 60f905b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _buildscripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def get_info(base_url):
infotext = '/* Copyright {} AlterTobi'.format(date.today().year)
infotext += '''
This file is part of the Wayfarer Extension Scripts collection.
This file is part of the Wayfarer Extension Scripts collection. Further scripts
can be found on the @homepage, see above.
Wayfarer Extension Scripts are free software: you can redistribute and/or modify
them under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -231,8 +232,8 @@ def run():
shortlist = []
# front matter for shortlist: noindex, no sitemap
shortlist.append('---\n')
shortlist.append('sitemap: false\n')
shortlist.append('robots: "noindex"\n')
# shortlist.append('sitemap: false\n')
# shortlist.append('robots: "noindex"\n')
shortlist.append('---\n')

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

0 comments on commit 60f905b

Please sign in to comment.