Skip to content

Commit

Permalink
Add legal section with link to privacy FAQ in footer. (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Dec 10, 2023
1 parent a8190ba commit f9a1a81
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
url: https://github.com/jupyter/
- title: Mastodon
url: https://hachyderm.io/@ProjectJupyter
legal:
- title: Privacy
url: /privacy


---
<!DOCTYPE html>
<html lang="en">
Expand Down Expand Up @@ -146,6 +151,18 @@ <h2>Follow us</h2>
</li>
{%- endfor %}
</ul>
<h2>Legal</h2>
<ul>
{%- for obj in layout.legal -%}
<li>
<a href="{{ obj.url }}">
{{ obj.title }}
</a>
</li>
{%- endfor %}
</ul>


</div>
</div>
</section>
Expand Down

0 comments on commit f9a1a81

Please sign in to comment.