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

github.com/JugglerX/hugo-hero-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 06356da..d4766bf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -61,7 +61,7 @@
<div class="row justify-content-center">
<div class="col-12 col-md-8 text-center text-white">
<h2>{{ .Title }}</h2>
- <p>{{ .Content }}</p>
+ {{ .Content }}
<a class="button button-white" href="{{ .Params.buttonLink | relURL }}">{{ .Params.button }}</a>
</div>
</div>