Skip to content

Commit

Permalink
Merge pull request #7 from ZeissIQS/add-imprint-link
Browse files Browse the repository at this point in the history
Add imprint link
  • Loading branch information
mprinkezs authored Jan 30, 2024
2 parents b66014f + 3fdc513 commit f92b6e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "!footer.html" %}

{% block extrafooter %}
<p></p>
<div class="footer">
<a href="https://www.gom.com/en/imprint" target="_blank" rel="noopener noreferrer">Imprint</a>
</div>
{{super}}
{% endblock %}

0 comments on commit f92b6e1

Please sign in to comment.