Merge pull request 'add license notice' (#3) from license-notice into master
Reviewed-on: #3
This commit is contained in:
commit
d0d7c3077e
2 changed files with 22 additions and 0 deletions
|
|
@ -110,3 +110,22 @@ pre {
|
||||||
code {
|
code {
|
||||||
font-family: "Source Code VF";
|
font-family: "Source Code VF";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#license {
|
||||||
|
margin: 0;
|
||||||
|
margin-left: auto;
|
||||||
|
float: right;
|
||||||
|
font-size: 12px;
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-width: 700px) {
|
||||||
|
#license {
|
||||||
|
float: left;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#license a {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,9 @@
|
||||||
{% if config.extra.matrix_user %}
|
{% if config.extra.matrix_user %}
|
||||||
<a href="https://matrix.to/#/{{ config.extra.matrix_user }}">Matrix</a>
|
<a href="https://matrix.to/#/{{ config.extra.matrix_user }}">Matrix</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p id="license">
|
||||||
|
Except where otherwise noted, the content on this site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
|
||||||
|
</p>
|
||||||
{% endblock footer %}
|
{% endblock footer %}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue