Website does not have the correct trademark disclaimer
thisisobate opened this issue · 3 comments
thisisobate commented
As part of our ongoing effort to cncf/techdocs#198, we noticed that the website does not pass the trademark criteria on CLOMonitor.
To fix this:
Head to the source code of the website. In the <footer> section, add a disclaimer or link to the Linux foundation trademark disclaimer page:
Disclaimer
<footer>
<p>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/legal/trademark-usage">Trademark Usage page</a>.
</p>
</footer>
Link
<footer>
<ul>
<li><a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a></li>
</ul>
</footer>
medyagh commented
thank you @thisisobate for bringing this to our attention, this would be great to add to our website. this issue is open to be picked up !
spowelljr commented
Here's link to the Hugo config
https://www.zerostatic.io/docs/hugo-shard/global-config/footer/
sandipanpanda commented
/assign