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

github.com/calintat/minimal.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.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 8bf2fae..75943a0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -10,6 +10,11 @@
<h2>{{ markdownify .Site.Params.Description }}</h2>
+ {{ with .Content }}
+ <div class="homepage-content text-justify">
+ {{ . }}
+ </div>
+ {{ end }}
</div>
</main>