summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 8493a00708ef2ac591e630192c6f06e6d557e91b (plain)
1
2
3
4
5
6
7
8
9
10
11
<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="http://irssi.org">The Irssi project</a>.
            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>.
        </p>
    </div>
</footer>
<script src="/assets/js/irssi.js"></script>