Remove redundant <p> tags from home-info mode

This commit is contained in:
Aditya Telange 2022-05-27 22:40:41 +05:30
parent 282ad5b6f5
commit 2e36f439a4
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -4,7 +4,7 @@
<h1>{{ .Title | markdownify }}</h1>
</header>
<div class="entry-content">
<p>{{ .Content | markdownify }}</p>
{{ .Content | markdownify }}
</div>
<footer class="entry-footer">
{{ partial "social_icons.html" site.Params.socialIcons }}