chrismas
This commit is contained in:
5
templates/components/christmas_post.html
Normal file
5
templates/components/christmas_post.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="background-svg">
|
||||
<img src="{{ url_for('static', filename='animation.svg') }}" alt="" />
|
||||
<br />
|
||||
<p>tree source: codepen @uchardon</p>
|
||||
</div>
|
||||
@@ -1,9 +1,3 @@
|
||||
{% macro render_post(post) %}
|
||||
<article class="blog-content">
|
||||
{{ post.content | safe }}{% if post.template %} {% include post.template %} {%
|
||||
endif %}
|
||||
</article>
|
||||
|
||||
<hr class="post-divider post-divider-expanded" />
|
||||
|
||||
{% endmacro %}
|
||||
<article class="blog-content">{{ post.content | safe }}</article>
|
||||
{% if post.template %} {% include post.template %} {% endif %} {% endmacro %}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{% include "components/timeline.html" %}
|
||||
Reference in New Issue
Block a user