Skip to content
Snippets Groups Projects
Verified Commit 4c301b76 authored by magicfelix's avatar magicfelix
Browse files

Add license notice

parent 0aaf2793
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