We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed5489 commit da3ea11Copy full SHA for da3ea11
templates/post.html
@@ -8,7 +8,7 @@ <h2> Title :- {{ post.title }} </h2>
8
<h4> Subtitle :- {{post.tagline}} </h4>
9
<p class="post-meta">Posted by
10
<a href="#">Admin</a> on {{post.date}}</p>
11
- {{post.content[0:300]}}...
+ {{post.content[0:300]}}...
12
</div>
13
14
{% endblock %}
0 commit comments