summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2018-02-14 00:59:51 +0100
committerAilin Nemui <ailin@z30a.localdomain>2018-02-15 19:50:46 +0100
commit069022675369166e1c60ff43f999721d0f5d96af (patch)
treeb25ce0cd5706aaa68ff052a1bb444cb88c7826e2 /_layouts/default.html
parent5d79f1ffda2c2b4568b9a48e54d85fa411e10362 (diff)
downloadirssi.github.io-069022675369166e1c60ff43f999721d0f5d96af.zip
add NEWS page
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2e97cf7..7d4183b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,7 +6,7 @@
{% include header.html %}
<div class="page-content">
- <div class="container {{page.layout}}">
+ <div class="container {{page.container_class}} {{page.layout}}">
{% if page.sidebar %}
<div class="col-xs-12 col-md-8">
{{ content }}