Skip to content
Merged
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
</div>
<div class="border-top text-center py-3 {{ $text_color }}">
<small>Copyright {{ .Site.Params.copyright }}.</small>
<small>Copyright &copy; {{ now.Year }} {{ .Site.Params.copyright }}.</small>
<br>
<small>The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks,
see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a>.</small>
Expand Down
Loading