Skip to content

Commit da3ea11

Browse files
Fetching Posts from Databse
1 parent bed5489 commit da3ea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2> Title :- {{ post.title }} </h2>
88
<h4> Subtitle :- {{post.tagline}} </h4>
99
<p class="post-meta">Posted by
1010
<a href="#">Admin</a> on {{post.date}}</p>
11-
{{post.content[0:300]}}...
11+
{{post.content[0:300]}}...
1212
</div>
1313

1414
{% endblock %}

0 commit comments

Comments
 (0)