diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-24 15:11:11 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-24 15:11:11 +0200 |
commit | e889a3bfc4732ac4312e1442849da9d22a3b49ee (patch) | |
tree | 8f0364ab1768a9c6add7c13c481f8880b01402ca /doc/_templates/layout.html | |
parent | 743b08ad3e8325a34e0017ed92946ee1779e12ea (diff) | |
download | rumba-e889a3bfc4732ac4312e1442849da9d22a3b49ee.tar.gz rumba-e889a3bfc4732ac4312e1442849da9d22a3b49ee.zip |
doc: Change copyright to license
This changes the copyright to the CC-4 license.
Diffstat (limited to 'doc/_templates/layout.html')
-rw-r--r-- | doc/_templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 3e44f4a..7bb0fc6 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,4 +1,5 @@ {% extends "!layout.html" %} + {% block extrahead %} <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css"> {% endblock %} |