Skip to content

Commit e4f8a6c

Browse files
committed
Removed published text from css section
1 parent 16b03c8 commit e4f8a6c

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>Published: {{ post.published_date }}</p>
307+
<p>{{ post.published_date }}</p>
308308
</div>
309309
<h2><a href="">{{ post.title }}</a></h2>
310310
<p>{{ post.text|linebreaksbr }}</p>

0 commit comments

Comments
 (0)