diff --git a/_includes/post-license.html b/_includes/post-license.html
new file mode 100644
index 0000000000000000000000000000000000000000..8df24ac05284812e867c0a5ad2f3b806dffe76ea
--- /dev/null
+++ b/_includes/post-license.html
@@ -0,0 +1 @@
+<div class="license"><i>Falls nicht anders bezeichnet, ist dieser Inhalt unter der folgenden Lizenz veröffentlicht: <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></i></div>
diff --git a/_layouts/post.html b/_layouts/post.html
index 73d9bc2a204b0d3cc6a96c806414a85070bfa98d..2ca8bbe26b775d442bc1fdfd7825c0d3aa33f8ac 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,6 +15,8 @@ layout: default
 
 		{{ content }}
 
+		{% include post-license.html %}
+
 		{% include nav-share.html %}
 
 		{% include post-comments.html %}
diff --git a/_sass/_normalize.scss b/_sass/_normalize.scss
index 15976429696c9f58042818ae4c73a2034886d5cd..959b00156e9c1c611be630ffee263d69dd8c2760 100644
--- a/_sass/_normalize.scss
+++ b/_sass/_normalize.scss
@@ -90,6 +90,10 @@ figcaption {
   height:467px;
 }
 
+.license {
+  background-color: #fafafa;
+}
+
 .share {
   margin-top: 20px;
 }