Add License to footer

This commit is contained in:
Lilian Roller 2019-09-13 10:08:14 +02:00
parent 71946144c8
commit 8f8b748256
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 4 additions and 3 deletions

View file

@ -23,10 +23,10 @@ install:
build:
lektor clean --yes
lektor plugin flush-cache
lektor build $(LEKTOR_PLUGIN_FLAGS)
python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS)
server:
lektor server $(LEKTOR_SERVER_FLAGS) $(LEKTOR_PLUGIN_FLAGS)
python3 -m lektor server $(LEKTOR_SERVER_FLAGS) $(LEKTOR_PLUGIN_FLAGS)
deploy:
lektor clean --yes

View file

@ -241,7 +241,8 @@ Wenn Sie unsere Kritik an der geplanten Urheberrechtsreform teilen, werden Sie a
endfor %}
</ul>
<ul class="copyright">
<li>&copy;Copyright by C3 Waffel Operation Center.</li>
<li>&copy; Copyright by C3 Waffel Operation Center.</li>
<li>&copy; <a href="https://github.com/c3woc/c3woc-website/blob/master/LICENCE">MIT License</a></li>
<li><a href="{{ '/impressum/'|url }}">{%
if bag('navigation', this.alt, 'Impressum') %}{{ bag('navigation', this.alt, 'Impressum') }}{%
else %}Impressum{% endif %}</a></li>