Skip to content

Commit 25ebdc9

Browse files
committed
Remove unnecessary copyright from footer
1 parent 1278cf6 commit 25ebdc9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/overrides/partials/copyright.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
/>
99
</a>
1010
</div>
11-
{% if config.copyright %}
12-
<div class="md-copyright__highlight">{{ config.copyright }}</div>
13-
{% endif %} {% if not config.extra.generator == false %} Made with
11+
{% if not config.extra.generator == false %} Made with
1412
<a
1513
href="https://squidfunk.github.io/mkdocs-material/"
1614
target="_blank"

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ plugins:
3232
repo_url: https://github.com/VectorInstitute/reference-implementation-catalog
3333
repo_name: VectorInstitute/reference-implementation-catalog
3434
site_name: Vector Institute Reference Implementation Catalog
35-
copyright: "&copy; 2024 Vector Institute"
3635
extra_javascript:
3736
- https://unpkg.com/@popperjs/core@2
3837
- https://unpkg.com/tippy.js@6

0 commit comments

Comments
 (0)