Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-18 16:05:08 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-18 16:05:08 +0300
commitb51d8f765bae919bcedb6a372cf3e51537e4bf82 (patch)
tree0cec666f0a40e6cba3ff75d7410c091e3181dee1
parentbb7962089d0fe8fed483dae53997f39b6a10930e (diff)
Remove sidebar if jumbotron is set
-rw-r--r--layouts/partials/row.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/partials/row.html b/layouts/partials/row.html
index 42c37c8..fff9126 100644
--- a/layouts/partials/row.html
+++ b/layouts/partials/row.html
@@ -132,10 +132,6 @@
<div class="col-md-4 sidebar_col">
{{ partial "sidebar.html" . }}
</div>
- {{ else }}
- <div class="col-md-4 sidebar_col">
- {{ partial "sidebar.html" . }}
- </div>
{{ end }}
{{ end }}