File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 66composer.lock
77.DS_Store
88.idea /
9+ docs /assets /__pycache__ /
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
33Copyright (c) 2020-2021 Lonnie Ezell
4- Copyright (c) 2021-2023 CodeIgniter Foundation
4+ Copyright (c) 2021-present CodeIgniter Foundation
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ from datetime import datetime
2+
3+ def on_config (config , ** kwargs ):
4+ config .copyright = config .copyright .format (year = datetime .now ().year )
5+ return config
Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ extra:
5757site_url : https://tasks.codeigniter.com/
5858repo_url : https://github.com/codeigniter4/tasks
5959edit_uri : edit/develop/docs/
60- copyright : Copyright © 2023 CodeIgniter Foundation.
60+ copyright : Copyright © 2021-{year} CodeIgniter Foundation.
61+
62+ hooks :
63+ - docs/assets/hooks.py
6164
6265markdown_extensions :
6366 - pymdownx.superfences
You can’t perform that action at this time.
0 commit comments