Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/overrides/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
/>
</a>
</div>
{% if config.copyright %}
<div class="md-copyright__highlight">{{ config.copyright }}</div>
{% endif %} {% if not config.extra.generator == false %} Made with
{% if not config.extra.generator == false %} Made with
<a
href="https://squidfunk.github.io/mkdocs-material/"
target="_blank"
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ plugins:
repo_url: https://github.com/VectorInstitute/reference-implementation-catalog
repo_name: VectorInstitute/reference-implementation-catalog
site_name: Vector Institute Reference Implementation Catalog
copyright: "&copy; 2024 Vector Institute"
extra_javascript:
- https://unpkg.com/@popperjs/core@2
- https://unpkg.com/tippy.js@6
Expand Down