Skip to content
Snippets Groups Projects
Commit aa1b590d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'license-notice' into 'master'

Add license notice, closes #12

Closes #12

See merge request !6
parents 0aaf2793 4c301b76
No related branches found
No related tags found
1 merge request!6Add license notice, closes #12
......@@ -50,6 +50,10 @@ ul.dropdown-menu > li.active > a {
color: #f8f8f8;
}
.licence {
text-align: center;
}
footer#main-footer {
background: var(--teckids-secondary-light);
color: #ffffff;
......
......@@ -84,7 +84,9 @@
</div>
</div>
</section>
{% if article.metadata.licence %}
<p class="licence">{{ LICENCETEXTS[article.lang] }} {{ article.metadata.licence }}.</p>
{% endif %}
{% endblock content %}
{% block sponsorstext %}
......
......@@ -38,4 +38,7 @@
{{ page.content }}
{% endif %}
</section>
{% if page and page.metadata.licence %}
<p class="licence">{{ LICENCETEXTS["de"] }} {{ page.metadata.licence }}</p>
{% endif %}
{% endblock content %}
......@@ -9,4 +9,7 @@
{% endif %}
</div>
</section>
{% if page and page.metadata.licence %}
<p class="licence">{{ LICENCETEXTS["de"] }} {{ page.metadata.licence }}</p>
{% endif %}
{% endblock content %}
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