Commit 2be270b8 authored by Ray Rafael Abenido's avatar Ray Rafael Abenido

Style: Added italics to post subtitle in post_detils.html

parent 9c10021c
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% block content %} {% block content %}
<img src="{{post.post_image.url}}"> <img src="{{post.post_image.url}}">
<p><h2>{{post.post_title}}</h2></p> <p><h2>{{post.post_title}}</h2></p>
<p>by {{post.author.first_name}} {{post.author.last_name}}, {{ post.pub_date|date:"d/m/Y h:i:s A"}}:</p> <p><i>by {{post.author.first_name}} {{post.author.last_name}}, {{ post.pub_date|date:"d/m/Y h:i:s A"}}:</i></p>
<p> {{ post.post_body }} </p> <p> {{ post.post_body }} </p>
<p><b> Reply Section: </b></p> <p><b> Reply Section: </b></p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment