We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb58c1 commit edf63ebCopy full SHA for edf63eb
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 @copy; 2020-{year}
+ <a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>@reg;</sup>.
167
OME trademark rules apply.
168
</div>
169
"""
0 commit comments