diff options
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 59bbbd4..9823ae2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1 +1,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> |