Skip to content

Commit 2b27047

Browse files
committed
Removed p tag from css section
1 parent e4f8a6c commit 2b27047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ in the `blog/templates/blog/post_list.html` with this:
304304
{% for post in posts %}
305305
<div class="post">
306306
<div class="date">
307-
<p>{{ post.published_date }}</p>
307+
{{ post.published_date }}
308308
</div>
309309
<h2><a href="">{{ post.title }}</a></h2>
310310
<p>{{ post.text|linebreaksbr }}</p>

0 commit comments

Comments
 (0)