Skip to content
Snippets Groups Projects
Commit 8dc0dff1 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '502-imprint-missing-in-footer' into 'master'

Resolve "Imprint missing in footer"

Closes #502

See merge request !713
parents 789071f9 c5e32c45
No related branches found
No related tags found
1 merge request!713Resolve "Imprint missing in footer"
Pipeline #32870 failed
......@@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Added
~~~~~
Fixed
~~~~~
* Show link to imprint in footer
Removed
~~~~~~~
`2.0rc5`_ - 2021-08-25
----------------------
......
......@@ -157,12 +157,12 @@
</div>
<div class="right">
<span id="doit"></span>
{% if request.site.preferences.footer__impress_url %}
<a class="blue-text text-lighten-4" href="{{ request.site.preferences.footer__impress_url }}">
{% if request.site.preferences.footer__imprint_url %}
<a class="blue-text text-lighten-4" href="{{ request.site.preferences.footer__imprint_url }}">
{% trans "Impress" %}
</a>
{% endif %}
{% if request.site.preferences.footer__privacy_url and request.site.preferences.footer__impress_url %}
{% if request.site.preferences.footer__privacy_url and request.site.preferences.footer__imprint_url %}
·
{% endif %}
{% if request.site.preferences.footer__privacy_url %}
......
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