Skip to content
Open
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
6 changes: 3 additions & 3 deletions docs/overrides/partials/copyright.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="md-copyright">
{% if config.copyright %}
<div class="md-copyright__highlight">
{{ config.copyright }}.<br>The Linux Foundation has registered trademarks and uses
trademarks. For a list of trademarks of The Linux Foundation, please see our <a
href="https://www.linuxfoundation.org/trademark-usage" />Trademark Usage page</a>.
{{ config.copyright }}.<br>LF Projects, LLC has registered trademarks and uses
trademarks. For a list of trademarks of LF Projects, LLC, please see our <a
href="https://lfprojects.org/policies/" />Policies page</a>.
</div>
{% endif %}
{% if not config.extra.generator == false %}
Expand Down