summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/page.html6
-rw-r--r--_layouts/welcome.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 4d41ccc..0adbd61 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,4 +3,10 @@ layout: default
---
<h1>{{ page.title }}</h1>
+{% if page.twocolumn %}
+<div class="two-column">
+ {{ content }}
+</div>
+{% else %}
{{ content }}
+{% endif %}
diff --git a/_layouts/welcome.html b/_layouts/welcome.html
index 824d585..8cf0f40 100644
--- a/_layouts/welcome.html
+++ b/_layouts/welcome.html
@@ -65,7 +65,7 @@
</div>
</div>
<div class="row">
- <div class="hidden-xs col-sm-12 col-md-3">
+ <div class="hidden-xs col-sm-12 col-md-3 raggedright">
<h3>What's new</h3>
{% include sb_whatsnew.html %}
</div>