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:
authorRobert Austin <rob@jugglerdigital.com>2021-12-26 05:57:11 +0300
committerRobert Austin <rob@jugglerdigital.com>2021-12-26 05:57:11 +0300
commitcf933e0bc61089c036f2a3cddea857cb86b019d4 (patch)
tree063d3a8b1f0b85790ba995a6ef178b722a650441
parent40c0ff2f64fe9a12fc4375864ea11ac08172b892 (diff)
remove p tag from homepage content
-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>