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

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/summary.html')
-rw-r--r--layouts/_default/summary.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index 2f8eccd..b498678 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -1,7 +1,7 @@
<div class="row">
- <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
- {{ .Render "summary.hat" }}
- {{ .Render "summary.content" }}
- {{ .Render "summary.boot" }}
+ <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 post-container">
+ {{ .Render "summary.hat" }}
+ {{ .Render "summary.content" }}
+ {{ .Render "summary.boot" }}
</div>
</div>