summaryrefslogtreecommitdiffstats
path: root/templates/shortcodes
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-05-31 12:59:40 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-05-31 12:59:40 +0200
commit4913ad5fa636e110dc8fd6a618c71b8fa27a3561 (patch)
tree4e4cdfc21b55b17a631de6f1c624282b77e63939 /templates/shortcodes
parent164c306795577ec7667d338c28a7544bbb8c241b (diff)
downloadrabalderz-4913ad5fa636e110dc8fd6a618c71b8fa27a3561.tar.gz
rabalderz-4913ad5fa636e110dc8fd6a618c71b8fa27a3561.tar.bz2
rabalderz-4913ad5fa636e110dc8fd6a618c71b8fa27a3561.zip
Add styling, default license etc.
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>