homeinfo : allow markdown

This commit is contained in:
Aditya Telange 2020-09-17 15:14:38 +05:30
parent e96e4e51c7
commit 3081579764
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -4,7 +4,7 @@
<h2>{{ .Title }}</h2>
</header>
<section class="entry-content">
<p>{{ .Content | plainify | htmlUnescape }}</p>
<p>{{ .Content | markdownify }}</p>
</section>
<footer class="entry-footer">
{{- with $.Site.Params.socialIcons }}