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/post/single.hat.html')
-rw-r--r--layouts/post/single.hat.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/layouts/post/single.hat.html b/layouts/post/single.hat.html
index 37b1cd7..56c447d 100644
--- a/layouts/post/single.hat.html
+++ b/layouts/post/single.hat.html
@@ -1,7 +1,5 @@
-<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
- <div class="text-center">
-
- {{ partial "bloc/content/h1-title" . }}
- {{ partial "bloc/content/metas" . }}
- </div>
+<div>
+ {{ partial "content/title-banner" . }}
+ {{ partial "content/h1-title" . }}
+ {{ partial "content/post-meta" . }}
</div>