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/page/single.html')
-rw-r--r--layouts/page/single.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index f92624c..2f4d0ed 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -1,12 +1,15 @@
+
+
+
{{ partial "head" . }}
-<div class="container p-b-2">
+<div class="container">
<div class="row">
- <div class="col-xs-12 col-md-9 post-container">
+
+
+ <!-- End Fixed Left Share -->
+ <div class="offset-lg-1 col-lg-10 col-xs-12">
{{ .Render "single.content" }}
</div>
- <div class="col-xs-12 col-md-3">
- {{ partial "content/sidebar" .}}
- </div>
</div>
</div>
{{ partial "foot" . }}