summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 9e1f23e19aa353066e6c92393423ded6d6269040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer class="container">
    <div class="col-lg-12">
        <p class="text-center">
            All the content of this site is copyright ©
            2000-{{ 'now' | date: "%Y" }}
            <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>" }}.
        {% 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>
<script src="{{ site.baseurl }}/assets/js/irssi.js"></script>