diff --git a/templates/components/post_preview.html b/templates/components/post_preview.html index adc73cc..63dd5ab 100644 --- a/templates/components/post_preview.html +++ b/templates/components/post_preview.html @@ -1,12 +1,20 @@ -{% macro render_post(post, expanded=False) %} {% if expanded %} - -
{{ post.subtitle }}
-- Posted on {{ post.date }} -
- {{ render_test(post) }} -