diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-06-08 19:08:09 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-06-08 19:08:09 +0200 |
commit | 4f4bd92820a72f1c28c414f13cd6667886c056ac (patch) | |
tree | a6a889a01569ca47e058b563a6bb5024d3eff6ec /templates/license.html | |
parent | 8841129b65ec8baa528da57272023638f903a65e (diff) | |
download | rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.tar.gz rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.tar.bz2 rabalderz-4f4bd92820a72f1c28c414f13cd6667886c056ac.zip |
Improve license section.
- Use local image for license icon.
- Clarify that the text and images/other elements are licensed
separately.
- Add license blurb to all pages.
- Translate license blurb.
Diffstat (limited to 'templates/license.html')
-rw-r--r-- | templates/license.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/license.html b/templates/license.html new file mode 100644 index 0000000..ace73cc --- /dev/null +++ b/templates/license.html @@ -0,0 +1,11 @@ +<div class="license"> + <div class="cc-by-sa-logo"> + <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> + <img alt="Creative Commons-lisens" + src="{{ get_url(path="cc-by-sa-logo.jpg") | safe }}" /> + </a> + </div> + <div class="license-text"> + {{ trans(key="lic_content", lang=lang) | markdown | safe }} + </div> +</div> |