summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 2cdbf6feb5032add9edfb6cef4569fd0b74afee7 (plain)
1
2
3
4
5
6
7
8
9
10
<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>.
        </p>
    </div>
</footer>
<script src="/assets/js/irssi.js"></script>