summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: 977b78fec5b2fa0ade2aca9ded33cbca1b1c3adc (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>.
        </p>
    </div>
</footer>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>