X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3cfb9b10931fa04f01d196f1192fa738520d5b0a..4b32c2643ee1b60a8ef331949fc9f7cdd06b50c6:/ralf/_layouts/post.html?ds=sidebyside

diff --git a/ralf/_layouts/post.html b/ralf/_layouts/post.html
index d361782..77d1385 100644
--- a/ralf/_layouts/post.html
+++ b/ralf/_layouts/post.html
@@ -10,8 +10,9 @@ layout: default
 {{ content }}
 
 <p class="comment">
-    Posted on <a href="{{ site.baseurl}}/blog">{{ site.blog.title }}</a> on {{ page.date | date: "%b %-d, %Y" }}. <br>
-    Comments? <a href="mailto:post+blog-AT-ralfj-DOT-de">Drop me a mail</a><!--
-      -->{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}">leave a note on reddit</a>{% endif %}<!--
-      -->{% if page.forum %} or <a href="{{ page.forum }}">leave a note in the forum</a>{% endif %}!
+    Posted on <a href="{{ site.baseurl}}/blog">{{ site.blog.title }}</a> on {{ page.date | date: "%b %-d, %Y" }}<!--
+      -->{% if page.license %} and licensed under <a href="{{ page.license-url }}" target="_blank">{{ page.license }}</a>{% endif %}. <br>
+    Comments? <a href="mailto:post+blog-AT-ralfj-DOT-de?subject=Blog post comment: {{ page.title | uri_escape }}">Drop me a mail</a><!--
+      -->{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}" target="_blank">leave a note on reddit</a>{% endif %}<!--
+      -->{% if page.forum %} or <a href="{{ page.forum }}" target="_blank">leave a note in the forum</a>{% endif %}!
 </p>