diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 12 |
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> |