diff --git a/axum_server/templates/post_list.html b/axum_server/templates/post_list.html index 9eccdcc..bf46abc 100644 --- a/axum_server/templates/post_list.html +++ b/axum_server/templates/post_list.html @@ -12,9 +12,7 @@
    {% for post in posts %}
  • - {% include "post_preview_card.html" %} {# - #} {# - #} + {% include "post_preview_card.html" %}
  • {% endfor %}