Remove redundant <p>
tags from home-info mode
This commit is contained in:
parent
282ad5b6f5
commit
2e36f439a4
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue