summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2017-05-24 15:23:58 +0200
committerAilin Nemui <ailin@z30a.localdomain>2017-05-24 15:25:11 +0200
commitcb234542f7d9f312f793d9f6032083d7301d9de9 (patch)
tree8fa8b3f4327def1236389d318e9727f176af0e3e /_layouts
parentc720965981a401c1afbb095476c2fba7f27c9bf0 (diff)
downloadirssi.github.io-cb234542f7d9f312f793d9f6032083d7301d9de9.zip
- replace "whatsnew" with yaml
- replace settings nav with php - add 404
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
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>