summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes/license.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-08 19:08:09 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-08 19:08:09 +0200
commit4f4bd92820a72f1c28c414f13cd6667886c056ac (patch)
treea6a889a01569ca47e058b563a6bb5024d3eff6ec /templates/shortcodes/license.html
parent8841129b65ec8baa528da57272023638f903a65e (diff)
downloadrabalderz-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/shortcodes/license.html')
-rw-r--r--templates/shortcodes/license.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/shortcodes/license.html b/templates/shortcodes/license.html
deleted file mode 100644
index 8e9a1aa..0000000
--- a/templates/shortcodes/license.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<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" style="border-width:0"
- src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
- </a>
- </div>
- <div class="license-text">
- Innholdet på denne siden er publisert av
- <a xmlns:cc="http://creativecommons.org/ns#"
- href="{{ page.permalink }}"
- property="cc:attributionName"
- rel="cc:attributionURL">
- Rabalder/Harald Eilertsen</a>
- og gjort tilgjengelig under en
- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
- Creative Commons Navngivelse-DelPåSammeVilkår 4.0 Internasjonal lisens</a>.
- </div>
-</div>