From 383c0f308e26db95e178c226e9f853a118aa2085 Mon Sep 17 00:00:00 2001 From: Lukas Ruge <lukeslog@googlemail.com> Date: Sun, 24 Dec 2017 01:05:19 +0100 Subject: [PATCH] provisional license thing --- _includes/post-license.html | 1 + _layouts/post.html | 2 ++ _sass/_normalize.scss | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 _includes/post-license.html diff --git a/_includes/post-license.html b/_includes/post-license.html new file mode 100644 index 00000000..8df24ac0 --- /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 73d9bc2a..2ca8bbe2 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 15976429..959b0015 100644 --- a/_sass/_normalize.scss +++ b/_sass/_normalize.scss @@ -90,6 +90,10 @@ figcaption { height:467px; } +.license { + background-color: #fafafa; +} + .share { margin-top: 20px; } -- GitLab