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:
authorNuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt>2018-08-28 03:01:52 +0300
committerCalin Tataru <calintat@gmail.com>2019-08-05 10:45:11 +0300
commit6bc3f62cb1314511f272b2e6871a8afde4cab201 (patch)
tree6b3c03c33766c69db9b43f0e32b5be52689421ca
parent03b7fcf486e997e4b23fbf58b49e0702e07cbb80 (diff)
display index page content
-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>