summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 9823ae22729eb28d3d4bdb0416d5ed12f6a6a81e (plain)
1
2
3
4
5
6
7
8
9
10
<footer class="container">
    <div class="row">
        <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/bootstrap.min.js"></script>