We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19d749 commit f2f2361Copy full SHA for f2f2361
pre_build.py
@@ -161,12 +161,12 @@ def build_footer():
161
from datetime import datetime
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>.
167
- OME trademark rules apply.
168
- </div>
169
- """
+<div>
+ Copyright © 2020-{year}
+ <a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>®</sup>.
+ OME trademark rules apply.
+</div>
+"""
170
with open('footer.md', 'w') as footer_file:
171
footer_file.write(footer_content)
172
0 commit comments