Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Add a link to Privacy Policy to the footer (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszklis committed May 26, 2018
1 parent c53ce29 commit 54c772f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions templates/partials/footer.html.njk
Expand Up @@ -22,6 +22,9 @@
<li>
<a class="c-nav-list__anchor" href="{{ contents['imprint.json'].url }}">Imprint</a>
</li>
<li>
<a class="c-nav-list__anchor" href="{{ contents['privacy-policy.json'].url }}">Privacy Policy</a>
</li>
<li>
<a class="c-nav-list__anchor"
href="mailto:{{ email }}">
Expand Down
2 changes: 0 additions & 2 deletions templates/partials/header.njk
Expand Up @@ -27,8 +27,6 @@
{{ navItem('Sponsors', contents['sponsors.json'].url) }}
{{ navItem('Team', contents['team.json'].url) }}
{{ navItem('Blog', 'https://blog.cssconf.eu', true) }}
{{ navItem('Code of Conduct', contents['code-of-conduct.json'].url) }}
{{ navItem('Privacy Policy', contents['privacy-policy.json'].url) }}
</ul>
<button class="c-nav-main__close js-nav-main-toggle">Close</button>
</nav>
Expand Down

0 comments on commit 54c772f

Please sign in to comment.