Skip to content

Commit

Permalink
Update footer copyright text
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <[email protected]>
  • Loading branch information
lucperkins committed Mar 17, 2020
1 parent 758ba32 commit 5ec40d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<footer class="footer has-background-dark has-text-centered">
<img class="is-footer-logo" src="{{ $logo }}" alt="etcd footer logo">

<p class="is-size-4 is-size-5-mobile has-text-white-bis has-text-weight-light">
&copy; etcd Authors {{ $year }} | Documentation Distributed under CC-BY-4.0
</p>

<p class="is-size-5 is-size-6-mobile has-text-white-bis has-text-weight-light">
&copy; {{ $year }} The etcd authors
&copy; {{ $year }} The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks.<br />For a list of trademarks of The Linux Foundation, please see our Trademark Usage page.
</p>
</footer>

0 comments on commit 5ec40d5

Please sign in to comment.