summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-11 23:46:15 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-11 23:46:15 +0100
commit351012d57a9b05c7dbfd1b1865ed4d10ac9818df (patch)
treeb9f808ecb2c6e8800f891b015c0d5c7ef0a76475 /_layouts/default.html
parentaf2178c0b3b28b462209251aba685a2108c2e905 (diff)
downloadirssi.github.io-351012d57a9b05c7dbfd1b1865ed4d10ac9818df.zip
Add responsive sidebar and basic footer
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html12
1 files changed, 11 insertions, 1 deletions
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>