Skip to content

Commit

Permalink
fix: Set html_short_title, to address "Title too long" in ahrefs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 26, 2024
1 parent e4f8b00 commit bd29501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'license_url': f'{repository_url}/blob/HEAD/LICENSE',
'repository_url': repository_url,
}
html_short_title = f'{html_theme_options["short_project"]} v{release}'

# Imported by manage.py.
standard_tag = '1__1__5' # the version of OCDS to patch
Expand Down

0 comments on commit bd29501

Please sign in to comment.