diff --git a/web/pandas/community/blog/index.html b/web/pandas/community/blog/index.html index 154d9cccdb7dc..6f0bee2e11407 100644 --- a/web/pandas/community/blog/index.html +++ b/web/pandas/community/blog/index.html @@ -4,10 +4,10 @@ {% for post in blog.posts %}
-
{{ post.title }}
+
{{ post.title }}
Source: {{ post.feed }} | Author: {{ post.author }} | Published: {{ post.published.strftime("%b %d, %Y") }}
{{ post.summary }}
- Read more + Read more
{% endfor %}