Skip to content

Commit

Permalink
Merge pull request #127 from ma10/adjust-page-title-20231010
Browse files Browse the repository at this point in the history
ページ・タイトルを調整
  • Loading branch information
ma10 authored Oct 10, 2023
2 parents df0eab4 + 28a210b commit d428f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
release = F'{version}+{today_numeric}(最新開発版)'
publishedDate = today_str

html_title = f'{project} {release}'
copyright = '2020-{pubYear}, freee株式会社'.format(
pubYear = re.search(r'^(\d{4})年', publishedDate).group(1)
)
Expand Down

0 comments on commit d428f9e

Please sign in to comment.