diff options
-rw-r--r-- | _includes/footer.html | 4 | ||||
-rw-r--r-- | documentation/startup/index.markdown | 2 |
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 ..) |