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

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 33cd22d..7ab0c00 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -10,7 +10,7 @@
{{ range $.Site.Params.footer.contactItem }}
<li>
<h4><i class="{{.icon}}"></i>{{ .title }}</h4>
- <p>{{ .content }}</p>
+ <p>{{ .content | markdownify }}</p>
</li>
{{end}}
</ul>