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/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5653a4f..dc33324 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,3 +1,7 @@
{{ partial "head" . }}
-{{ partial "content/recent-posts" . }}
+<div class="container">
+ <div class="row">
+ {{ partial "content/recent-posts" . }}
+ </div>
+</div>
{{ partial "foot" . }}