summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 0eb7c3e..2ec5d5a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -5,7 +5,11 @@
2000-{{ 'now' | date: "%Y" }}
<a href="http://irssi.org">The Irssi project</a>.
<br/>
+ {% if page.licence and page.licence != "" %}
+ This page is licensed under a {{ page.licence | markdownify | strip | split:"</p>" | join:"" | split:"<p>" }}.
+ {% else %}
Unless otherwise noted, this site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
+ {% endif %}
</p>
</div>
</footer>