Skip to content
Snippets Groups Projects
Commit 984b9289 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Merge branch 'Imprint-link-to-DESY' into 'master'

Imprint link + Privacy link to DESY

See merge request hifis/hifis.net!60
parents ba6287d9 29cf0b62
No related branches found
No related tags found
1 merge request!60Imprint link + Privacy link to DESY
......@@ -40,7 +40,7 @@ footer:
url: faq
- title: Imprint
url: imprint.html
url: "https://www.desy.de/imprint"
- title: Privacy
url: privacy.html
url: "https://www.desy.de/data_privacy_policy"
......@@ -22,7 +22,7 @@
</a>
{% for entry in site.data.navigation.footer %}
<a href="{{ base_url }}{{ entry.url }}" class="btn btn-primary">
<a href="{{ entry.url | relative_url }}" class="btn btn-primary">
{{ entry.title }}
</a>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment