diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2016-12-19 19:43:32 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2016-12-19 19:43:32 +0100 |
commit | 1c95da546e1a9a0db3a4568a37e66619e57e761c (patch) | |
tree | 7a16914fa3ddbe612a7db8699e0b533ce3d979a8 | |
parent | c6fdf7c94b52f6fe6bb914bfd3c956278a8ca1f2 (diff) | |
download | irssi.github.io-1c95da546e1a9a0db3a4568a37e66619e57e761c.zip |
link to github so mail can be found
-rw-r--r-- | _includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 1e2cfae..9e1f23e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ <p class="text-center"> All the content of this site is copyright © 2000-{{ 'now' | date: "%Y" }} - <a href="http://irssi.org">The Irssi project</a>. + <a href="https://github.com/irssi">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>" }}. |