We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d26c0 commit 412c79cCopy full SHA for 412c79c
templates/blog/index.html.twig
@@ -16,7 +16,7 @@
16
<span class="metadata"><i class="fa fa-user"></i> {{ post.author.fullName }}</span>
17
</p>
18
19
- {{ post.summary }}
+ <p>{{ post.summary }}</p>
20
21
{{ include('blog/_post_tags.html.twig') }}
22
</article>
0 commit comments