summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes')
-rw-r--r--templates/shortcodes/license.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/shortcodes/license.html b/templates/shortcodes/license.html
new file mode 100644
index 0000000..8e9a1aa
--- /dev/null
+++ b/templates/shortcodes/license.html
@@ -0,0 +1,19 @@
+<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>