Skip to content

Commit

Permalink
Remove redundant <p> tags from home-info mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed May 27, 2022
1 parent 9f94297 commit 0652e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/home_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0652e96

Please sign in to comment.