Skip to content

Commit cf1fcb9

Browse files
authored
Avoid nesting <p>'s
1 parent 783087e commit cf1fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/news/frontpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-6 lg:py-24 h-full">
33
<div class="space-y-4">
44
<h2 class="text-center text-2xl-4xl font-normal">$title$</h2>
5-
<p>$body$</p>
5+
$body$
66

77
$if(link)$
88
<div class="mt-4">

0 commit comments

Comments
 (0)