Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
elixir
jekyll-elixir-theme
Commits
e87a042c
Verified
Commit
e87a042c
authored
Jun 30, 2020
by
Laurent Heirendt
✈
Browse files
add footer
parent
45139c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
e87a042c
...
...
@@ -34,8 +34,11 @@
</div>
<div>
<h3>
<a
href=
"{{ '/privacy/' | relative_url }}"
>
Privacy
</a>
{% if site.siteID > 0 %}
{%- include policy.html -%}
{% endif %}
</h3>
<ul>
<li><a
href=
"{{ '/privacy/cookies' | relative_url }}"
>
Cookies
</a></li>
<li><a
href=
"{{ '/privacy/terms_of_use' | relative_url }}"
>
Terms of use
</a></li>
...
...
@@ -62,3 +65,7 @@
</div>
</div>
</footer>
{% if site.siteID > 0 %}
{%- include gdpr-banner.html -%}
{% endif %}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment