mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Remove redundant <p>
tags from home-info mode
This commit is contained in:
parent
282ad5b6f5
commit
2e36f439a4
@ -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 New Issue
Block a user