btn
This commit is contained in:
@@ -10,10 +10,11 @@ Template{% endblock %} {% block content %} {% from
|
||||
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
||||
</p>
|
||||
{{ render_post(post) }}
|
||||
|
||||
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
||||
>← Back to Posts</a
|
||||
>
|
||||
<div class="post-actions">
|
||||
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
||||
>← Back to Posts</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<hr style="margin-top: 75px; margin-bottom: 40px" />
|
||||
{% include 'leave_comment.html' %}
|
||||
|
||||
Reference in New Issue
Block a user