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 { ...@@ -50,6 +50,10 @@ ul.dropdown-menu > li.active > a {
color: #f8f8f8; color: #f8f8f8;
} }
.licence {
text-align: center;
}
footer#main-footer { footer#main-footer {
background: var(--teckids-secondary-light); background: var(--teckids-secondary-light);
color: #ffffff; color: #ffffff;
......
...@@ -84,7 +84,9 @@ ...@@ -84,7 +84,9 @@
</div> </div>
</div> </div>
</section> </section>
{% if article.metadata.licence %}
<p class="licence">{{ LICENCETEXTS[article.lang] }} {{ article.metadata.licence }}.</p>
{% endif %}
{% endblock content %} {% endblock content %}
{% block sponsorstext %} {% block sponsorstext %}
......
...@@ -38,4 +38,7 @@ ...@@ -38,4 +38,7 @@
{{ page.content }} {{ page.content }}
{% endif %} {% endif %}
</section> </section>
{% if page and page.metadata.licence %}
<p class="licence">{{ LICENCETEXTS["de"] }} {{ page.metadata.licence }}</p>
{% endif %}
{% endblock content %} {% endblock content %}
...@@ -9,4 +9,7 @@ ...@@ -9,4 +9,7 @@
{% endif %} {% endif %}
</div> </div>
</section> </section>
{% if page and page.metadata.licence %}
<p class="licence">{{ LICENCETEXTS["de"] }} {{ page.metadata.licence }}</p>
{% endif %}
{% endblock content %} {% 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