diff --git a/sass/_base.scss b/sass/_base.scss index edd03f6..81924fc 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -110,3 +110,22 @@ pre { code { 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; +} diff --git a/templates/base.html b/templates/base.html index 0130a4a..4b01af5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,9 @@ {% if config.extra.matrix_user %} Matrix {% endif %} +
+ Except where otherwise noted, the content on this site is licensed under CC BY-NC-SA 4.0 +
{% endblock footer %}