summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/footer.html9
-rw-r--r--_layouts/default.html12
2 files changed, 20 insertions, 1 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>
diff --git a/_layouts/default.html b/_layouts/default.html
index 1ab31f9..887ef16 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -7,7 +7,17 @@
<div class="page-content">
<div class="container">
- {{ content }}
+ <div class="col-xs-12 col-md-8">
+ {{ content }}
+ </div>
+ <div class="col-xs-12 col-md-4">
+ <h2>What's this?</h2>
+ <p>
+ You are visiting the official website for the IRC
+ client Irssi, for more information see the about
+ section.
+ </p>
+ </div>
</div>
</div>