chrismas
This commit is contained in:
@@ -11,15 +11,7 @@ Template{% endblock %} {% block content %} {% from
|
||||
<span class="glyphicon glyphicon-time"></span> Posted on {{ post.date }}
|
||||
</p>
|
||||
<hr />
|
||||
{{ render_post(post) }} {% if post.id == 8 %}
|
||||
<div class="background-svg">
|
||||
<img src="{{ url_for('static', filename='animation.svg') }}" alt="" />
|
||||
<br />
|
||||
<p>tree source: codepen @uchardon</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="blog-content">{{ post.content | safe }}</div>
|
||||
{{ render_post(post) }}
|
||||
|
||||
<a href="{{ url_for('home') }}" class="btn btn-default btn-custom"
|
||||
>← Back to Posts</a
|
||||
|
||||
Reference in New Issue
Block a user