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/single.content.html')
-rw-r--r--layouts/_default/single.content.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.content.html b/layouts/_default/single.content.html
index 4dd66f9..c3fa3ff 100644
--- a/layouts/_default/single.content.html
+++ b/layouts/_default/single.content.html
@@ -1 +1,3 @@
-{{ partial "bloc/content/content" . }}
+<div class="content">
+ {{ .Content }}
+</div>