summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-07 10:52:52 +0100
committerAilin Nemui <ailin@z30a.localdomain>2016-03-07 11:14:53 +0100
commiteb43fd6e4fc0e5d53d9db71641fe47cace9518c0 (patch)
tree0add2e90880b0be3660a75e60433bf6f1bb95f7a
parente6f2c8b7f0a89a278665a0ad2e8069cfcc423d70 (diff)
downloadirssi.github.io-eb43fd6e4fc0e5d53d9db71641fe47cace9518c0.zip
Update footer.html
-rw-r--r--_includes/footer.html4
-rw-r--r--documentation/startup/index.markdown2
2 files changed, 5 insertions, 1 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>
diff --git a/documentation/startup/index.markdown b/documentation/startup/index.markdown
index 6f23d39..8ccaf7a 100644
--- a/documentation/startup/index.markdown
+++ b/documentation/startup/index.markdown
@@ -3,7 +3,7 @@ layout: page
title: Startup How-To
permalink: documentation/startup/
redirect_from: /beginner/
-licence: [GNU FDL](http://www.gnu.org/licenses/fdl.html) 1.1 license
+licence: "[GNU FDL](http://www.gnu.org/licenses/fdl.html) 1.1 license"
---
### To new Irssi users (not to new IRC users ..)