diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2017-05-24 15:23:58 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-05-24 15:25:11 +0200 |
commit | cb234542f7d9f312f793d9f6032083d7301d9de9 (patch) | |
tree | 8fa8b3f4327def1236389d318e9727f176af0e3e /_layouts | |
parent | c720965981a401c1afbb095476c2fba7f27c9bf0 (diff) | |
download | irssi.github.io-cb234542f7d9f312f793d9f6032083d7301d9de9.zip |
- replace "whatsnew" with yaml
- replace settings nav with php
- add 404
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index cc2c463..86e9d2d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@ <div class="col-xs-12 col-md-8"> {{ content }} </div> - <div class="col-xs-12 col-md-4"> + <div class="sticken col-xs-12 col-md-4"> <br /> {% include {{page.sidebar}} %} </div> |