Add License to footer
This commit is contained in:
parent
71946144c8
commit
8f8b748256
2 changed files with 4 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
|
@ -241,7 +241,8 @@ Wenn Sie unsere Kritik an der geplanten Urheberrechtsreform teilen, werden Sie a
|
|||
endfor %}
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>©Copyright by C3 Waffel Operation Center.</li>
|
||||
<li>© Copyright by C3 Waffel Operation Center.</li>
|
||||
<li>© <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>
|
||||
|
|
Loading…
Reference in a new issue