We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7efee commit 644797eCopy full SHA for 644797e
1 file changed
pre_build.py
@@ -162,8 +162,8 @@ def build_footer():
162
year = datetime.now().year
163
footer_content = f"""
164
<div>
165
- Copyright © 2020-{year}
166
- <a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>®</sup>.
+ Copyright © 2020-{year}
+ <a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>®</sup>.
167
OME trademark rules apply.
168
</div>
169
"""
0 commit comments