diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2016-02-29 21:50:10 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2016-02-29 21:50:10 +0100 |
commit | f5636cd2bc627fe6d07ffab4f232a4974829091e (patch) | |
tree | f3521f6045c63b6bc4c3ab4a7552a3af48183d43 /_layouts/page.html | |
parent | 03077f9313e9ba5d307d680018d823c9d4dc8c9f (diff) | |
download | irssi.github.io-f5636cd2bc627fe6d07ffab4f232a4974829091e.zip |
announce 0.8.18
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 6 |
1 files changed, 6 insertions, 0 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 %} |