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

github.com/salsysd/hugo-assembly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/hero.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index ce4b3a0..925fa9f 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -4,9 +4,10 @@
<h2>{{ .title }}</h2>
<span class="byline">{{ .subtitle }}</span>
</div>
- <p>{{ .description }}</p>
+ <p>{{ .description | markdownify }}</p>
<ul class="actions">
<li><a href="#" class="button">{{ .button_text }}</a></li>
</ul>
{{end}}
</div>
+