Skip to content

Commit 412c79c

Browse files
committed
Tweaked the HTML contents of the page
1 parent a3d26c0 commit 412c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blog/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<span class="metadata"><i class="fa fa-user"></i> {{ post.author.fullName }}</span>
1717
</p>
1818

19-
{{ post.summary }}
19+
<p>{{ post.summary }}</p>
2020

2121
{{ include('blog/_post_tags.html.twig') }}
2222
</article>

0 commit comments

Comments
 (0)